#65C027

Color #65C027 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #65C027

Tints of Kelly Green #65C027

Color information

#65C027 (or 0x65C027) is unknown color: approx Kelly Green. HEX triplet: 65, C0 and 27. RGB value is (101,192,39). Sum of RGB (Red+Green+Blue) = 101+192+39=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #65C027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C027 is #9A3FD8. Grayscale: #939393. Windows color (decimal): -10108889 or 2605157. OLE color: 2605157.

HSL color Cylindrical-coordinate representation of color #65C027: hue angle of 95.69º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65C027 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB10119239-
CMYK0.4700.800.25
HSL95.69º66.23%45.29%-
HSV(B)95.69º79.69%75.29%-
XYZ24.5840.618.46-
YUV147.3566.8594.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 192 (75.39% from 255) = 57.83%
BLUE value IS 39 (15.62% from 255) = 11.75%
R=30.42%
G=57.83%
B=11.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101192390.4700.800.2595.6966.2345.29
Hex65C0272F0501960422d
Octal145300475701203114010255
Binary110010111000000100111101111010100001100111000001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65C027; }

 p { color: rgb(101,192,39); }

 H1.HeaderClassName
 {
   color: #65C027;
 }
 .AnyTagClassName
 {
   color: #65C027;
 }
</style>
background-color css

<style>
 a { background-color: #65C027; }

 a { background-color: rgb(101,192,39); }

 div.DivClassName
 {
   background-color: #65C027;
 }
 .BgClassName
 {
   background-color: #65C027;
 }
</style>
border-color css

<style>
 span { border-color: #65C027; }

 span { border-color: rgb(101,192,39); }

 td.TdClassName
 {
   border-color: #65C027;
 }
 .TagClassName
 {
   border-color: #65C027;
 }
</style>