#64D006

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

Shades of Kelly Green #64D006

Tints of Kelly Green #64D006

Color information

#64D006 (or 0x64D006) is unknown color: approx Kelly Green. HEX triplet: 64, D0 and 06. RGB value is (100,208,6). Sum of RGB (Red+Green+Blue) = 100+208+6=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 208 (81.64% from 255 or 66.24% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 208 - color contains mainly: green. Hex color #64D006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D006 is #9B2FF9. Grayscale: #999999. Windows color (decimal): -10170362 or 446564. OLE color: 446564.

HSL color Cylindrical-coordinate representation of color #64D006: hue angle of 92.08º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64D006 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB1002086-
CMYK0.5200.970.18
HSL92.08º94.39%41.96%-
HSV(B)92.08º97.12%81.57%-
XYZ27.8447.837.94-
YUV152.6845.2290.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 208 (81.64% from 255) = 66.24%
BLUE value IS 6 (2.73% from 255) = 1.91%
R=31.85%
G=66.24%
B=1.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal10020860.5200.970.1892.0894.3941.96
Hex64D0634061125c5e2a
Octal14432066401412213413652
Binary110010011010000110110100011000011001010111001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,208,6); }

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

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

 a { background-color: rgb(100,208,6); }

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

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

 span { border-color: rgb(100,208,6); }

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