Shades of Kelly Green #64D105
Tints of Kelly Green #64D105
RGB
CMYK
RGB Variations
Color information
#64D105 (or 0x64D105) is known color: Kelly Green. HEX triplet: 64, D1 and 05. RGB value is (100,209,5). Sum of RGB (Red+Green+Blue) = 100+209+5=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 209 (82.03% from 255 or 66.56% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 209 - color contains mainly: green. Hex color #64D105 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D105 is #9B2EFA. Grayscale: #999999. Windows color (decimal): -10170107 or 381284. OLE color: 381284.
HSL color Cylindrical-coordinate representation of color #64D105: hue angle of 92.06º 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 #64D105 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 5 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.18 |
| HSL | 92.06º | 0.95% | 0.42% | - |
| HSV(B) | 92.06º | 0.98% | 0.82% | - |
| XYZ | 28.08 | 48.32 | 7.99 | - |
| YUV | 153.15 | 44.39 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 5 | 0.52 | 0 | 0.98 | 0.18 | 92.06 | 0.95 | 0.42 |
| Hex | 64 | D1 | 5 | 34 | 0 | 62 | 12 | 5C | 5F | 2A |
| Octal | 144 | 321 | 5 | 64 | 0 | 142 | 22 | 134 | 137 | 52 |
| Binary | 1100100 | 11010001 | 101 | 110100 | 0 | 1100010 | 10010 | 1011100 | 1011111 | 101010 |
Color Harmonies of #64D105
Complementary color
Monochromatic Colors of #64D105
Black with #64D105
Text Example
Text Example
White with #64D105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D105; }
p { color: rgb(100,209,5); }
H1.HeaderClassName
{
color: #64D105;
}
.AnyTagClassName
{
color: #64D105;
}
</style>
background-color css
<style>
a { background-color: #64D105; }
a { background-color: rgb(100,209,5); }
div.DivClassName
{
background-color: #64D105;
}
.BgClassName
{
background-color: #64D105;
}
</style>
border-color css
<style>
span { border-color: #64D105; }
span { border-color: rgb(100,209,5); }
td.TdClassName
{
border-color: #64D105;
}
.TagClassName
{
border-color: #64D105;
}
</style>