Shades of Kelly Green #64D002
Tints of Kelly Green #64D002
RGB
CMYK
RGB Variations
Color information
#64D002 (or 0x64D002) is known color: Kelly Green. HEX triplet: 64, D0 and 02. RGB value is (100,208,2). Sum of RGB (Red+Green+Blue) = 100+208+2=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #64D002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D002 is #9B2FFD. Grayscale: #989898. Windows color (decimal): -10170366 or 184420. OLE color: 184420.
HSL color Cylindrical-coordinate representation of color #64D002: hue angle of 91.46º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64D002 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.18 |
| HSL | 91.46º | 0.98% | 0.41% | - |
| HSV(B) | 91.46º | 0.99% | 0.82% | - |
| XYZ | 27.82 | 47.83 | 7.82 | - |
| YUV | 152.22 | 43.22 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 2 | 0.52 | 0 | 0.99 | 0.18 | 91.46 | 0.98 | 0.41 |
| Hex | 64 | D0 | 2 | 34 | 0 | 63 | 12 | 5B | 62 | 29 |
| Octal | 144 | 320 | 2 | 64 | 0 | 143 | 22 | 133 | 142 | 51 |
| Binary | 1100100 | 11010000 | 10 | 110100 | 0 | 1100011 | 10010 | 1011011 | 1100010 | 101001 |
Color Harmonies of #64D002
Complementary color
Monochromatic Colors of #64D002
Black with #64D002
Text Example
Text Example
White with #64D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D002; }
p { color: rgb(100,208,2); }
H1.HeaderClassName
{
color: #64D002;
}
.AnyTagClassName
{
color: #64D002;
}
</style>
background-color css
<style>
a { background-color: #64D002; }
a { background-color: rgb(100,208,2); }
div.DivClassName
{
background-color: #64D002;
}
.BgClassName
{
background-color: #64D002;
}
</style>
border-color css
<style>
span { border-color: #64D002; }
span { border-color: rgb(100,208,2); }
td.TdClassName
{
border-color: #64D002;
}
.TagClassName
{
border-color: #64D002;
}
</style>