Shades of Kelly Green #64BD24
Tints of Kelly Green #64BD24
RGB
CMYK
RGB Variations
Color information
#64BD24 (or 0x64BD24) is known color: Kelly Green. HEX triplet: 64, BD and 24. RGB value is (100,189,36). Sum of RGB (Red+Green+Blue) = 100+189+36=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BD24 is #9B42DB. Grayscale: #919191. Windows color (decimal): -10175196 or 2407780. OLE color: 2407780.
HSL color Cylindrical-coordinate representation of color #64BD24: hue angle of 94.9º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64BD24 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 36 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.26 |
| HSL | 94.9º | 0.68% | 0.44% | - |
| HSV(B) | 94.9º | 0.81% | 0.74% | - |
| XYZ | 23.77 | 39.23 | 7.99 | - |
| YUV | 144.95 | 66.51 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 36 | 0.47 | 0 | 0.81 | 0.26 | 94.9 | 0.68 | 0.44 |
| Hex | 64 | BD | 24 | 2F | 0 | 51 | 1A | 5F | 44 | 2C |
| Octal | 144 | 275 | 44 | 57 | 0 | 121 | 32 | 137 | 104 | 54 |
| Binary | 1100100 | 10111101 | 100100 | 101111 | 0 | 1010001 | 11010 | 1011111 | 1000100 | 101100 |
Color Harmonies of #64BD24
Complementary color
Monochromatic Colors of #64BD24
Black with #64BD24
Text Example
Text Example
White with #64BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BD24; }
p { color: rgb(100,189,36); }
H1.HeaderClassName
{
color: #64BD24;
}
.AnyTagClassName
{
color: #64BD24;
}
</style>
background-color css
<style>
a { background-color: #64BD24; }
a { background-color: rgb(100,189,36); }
div.DivClassName
{
background-color: #64BD24;
}
.BgClassName
{
background-color: #64BD24;
}
</style>
border-color css
<style>
span { border-color: #64BD24; }
span { border-color: rgb(100,189,36); }
td.TdClassName
{
border-color: #64BD24;
}
.TagClassName
{
border-color: #64BD24;
}
</style>