#64CB0C

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

Shades of Kelly Green #64CB0C

Tints of Kelly Green #64CB0C

Color information

#64CB0C (or 0x64CB0C) is unknown color: approx Kelly Green. HEX triplet: 64, CB and 0C. RGB value is (100,203,12). Sum of RGB (Red+Green+Blue) = 100+203+12=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 203 (79.69% from 255 or 64.44% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64CB0C is #9B34F3. Grayscale: #979797. Windows color (decimal): -10171636 or 838500. OLE color: 838500.

HSL color Cylindrical-coordinate representation of color #64CB0C: hue angle of 92.36º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64CB0C is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB10020312-
CMYK0.5100.940.20
HSL92.36º88.84%42.16%-
HSV(B)92.36º94.09%79.61%-
XYZ26.6845.457.71-
YUV150.4349.8892.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 203 (79.69% from 255) = 64.44%
BLUE value IS 12 (5.08% from 255) = 3.81%
R=31.75%
G=64.44%
B=3.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100203120.5100.940.2092.3688.8442.16
Hex64CBC3305E145c592a
Octal144313146301362413413152
Binary1100100110010111100110011010111101010010111001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64CB0C; }

 p { color: rgb(100,203,12); }

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

<style>
 a { background-color: #64CB0C; }

 a { background-color: rgb(100,203,12); }

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

<style>
 span { border-color: #64CB0C; }

 span { border-color: rgb(100,203,12); }

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