Shades of Kelly Green #64D829
Tints of Kelly Green #64D829
RGB
CMYK
RGB Variations
Color information
#64D829 (or 0x64D829) is known color: Kelly Green. HEX triplet: 64, D8 and 29. RGB value is (100,216,41). Sum of RGB (Red+Green+Blue) = 100+216+41=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 216 (84.77% from 255 or 60.50% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 216 - color contains mainly: green. Hex color #64D829 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D829 is #9B27D6. Grayscale: #A1A1A1. Windows color (decimal): -10168279 or 2742372. OLE color: 2742372.
HSL color Cylindrical-coordinate representation of color #64D829: hue angle of 99.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64D829 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 41 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.15 |
| HSL | 99.77º | 0.69% | 0.5% | - |
| HSV(B) | 99.77º | 0.81% | 0.85% | - |
| XYZ | 30.21 | 51.98 | 10.54 | - |
| YUV | 161.37 | 60.07 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 41 | 0.54 | 0 | 0.81 | 0.15 | 99.77 | 0.69 | 0.5 |
| Hex | 64 | D8 | 29 | 36 | 0 | 51 | F | 64 | 45 | 32 |
| Octal | 144 | 330 | 51 | 66 | 0 | 121 | 17 | 144 | 105 | 62 |
| Binary | 1100100 | 11011000 | 101001 | 110110 | 0 | 1010001 | 1111 | 1100100 | 1000101 | 110010 |
Color Harmonies of #64D829
Complementary color
Monochromatic Colors of #64D829
Black with #64D829
Text Example
Text Example
White with #64D829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D829; }
p { color: rgb(100,216,41); }
H1.HeaderClassName
{
color: #64D829;
}
.AnyTagClassName
{
color: #64D829;
}
</style>
background-color css
<style>
a { background-color: #64D829; }
a { background-color: rgb(100,216,41); }
div.DivClassName
{
background-color: #64D829;
}
.BgClassName
{
background-color: #64D829;
}
</style>
border-color css
<style>
span { border-color: #64D829; }
span { border-color: rgb(100,216,41); }
td.TdClassName
{
border-color: #64D829;
}
.TagClassName
{
border-color: #64D829;
}
</style>