Shades of Kelly Green #64D205
Tints of Kelly Green #64D205
RGB
CMYK
RGB Variations
Color information
#64D205 (or 0x64D205) is known color: Kelly Green. HEX triplet: 64, D2 and 05. RGB value is (100,210,5). Sum of RGB (Red+Green+Blue) = 100+210+5=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 210 (82.42% from 255 or 66.67% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 210 - color contains mainly: green. Hex color #64D205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D205 is #9B2DFA. Grayscale: #9A9A9A. Windows color (decimal): -10169851 or 381540. OLE color: 381540.
HSL color Cylindrical-coordinate representation of color #64D205: hue angle of 92.2º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64D205 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 210 | 5 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.18 |
| HSL | 92.2º | 0.95% | 0.42% | - |
| HSV(B) | 92.2º | 0.98% | 0.82% | - |
| XYZ | 28.33 | 48.81 | 8.07 | - |
| YUV | 153.74 | 44.06 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 210 | 5 | 0.52 | 0 | 0.98 | 0.18 | 92.2 | 0.95 | 0.42 |
| Hex | 64 | D2 | 5 | 34 | 0 | 62 | 12 | 5C | 5F | 2A |
| Octal | 144 | 322 | 5 | 64 | 0 | 142 | 22 | 134 | 137 | 52 |
| Binary | 1100100 | 11010010 | 101 | 110100 | 0 | 1100010 | 10010 | 1011100 | 1011111 | 101010 |
Color Harmonies of #64D205
Complementary color
Monochromatic Colors of #64D205
Black with #64D205
Text Example
Text Example
White with #64D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D205; }
p { color: rgb(100,210,5); }
H1.HeaderClassName
{
color: #64D205;
}
.AnyTagClassName
{
color: #64D205;
}
</style>
background-color css
<style>
a { background-color: #64D205; }
a { background-color: rgb(100,210,5); }
div.DivClassName
{
background-color: #64D205;
}
.BgClassName
{
background-color: #64D205;
}
</style>
border-color css
<style>
span { border-color: #64D205; }
span { border-color: rgb(100,210,5); }
td.TdClassName
{
border-color: #64D205;
}
.TagClassName
{
border-color: #64D205;
}
</style>