#64D107

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

Shades of Kelly Green #64D107

Tints of Kelly Green #64D107

Color information

#64D107 (or 0x64D107) is unknown color: approx Kelly Green. HEX triplet: 64, D1 and 07. RGB value is (100,209,7). Sum of RGB (Red+Green+Blue) = 100+209+7=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 209 (82.03% from 255 or 66.14% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 209 - color contains mainly: green. Hex color #64D107 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D107 is #9B2EF8. Grayscale: #9A9A9A. Windows color (decimal): -10170105 or 512356. OLE color: 512356.

HSL color Cylindrical-coordinate representation of color #64D107: hue angle of 92.38º 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 #64D107 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB1002097-
CMYK0.5200.970.18
HSL92.38º93.52%42.35%-
HSV(B)92.38º96.65%81.96%-
XYZ28.0948.338.05-
YUV153.3845.3989.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 209 (82.03% from 255) = 66.14%
BLUE value IS 7 (3.12% from 255) = 2.22%
R=31.65%
G=66.14%
B=2.22%

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
Decimal10020970.5200.970.1892.3893.5242.35
Hex64D1734061125c5e2a
Octal14432176401412213413652
Binary110010011010001111110100011000011001010111001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,209,7); }

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

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

 a { background-color: rgb(100,209,7); }

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

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

 span { border-color: rgb(100,209,7); }

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