Shades of Kelly Green #64DA24
Tints of Kelly Green #64DA24
RGB
CMYK
RGB Variations
Color information
#64DA24 (or 0x64DA24) is known color: Kelly Green. HEX triplet: 64, DA and 24. RGB value is (100,218,36). Sum of RGB (Red+Green+Blue) = 100+218+36=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 218 (85.55% from 255 or 61.58% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DA24 is #9B25DB. Grayscale: #A2A2A2. Windows color (decimal): -10167772 or 2415204. OLE color: 2415204.
HSL color Cylindrical-coordinate representation of color #64DA24: hue angle of 98.9º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64DA24 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 36 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.15 |
| HSL | 98.9º | 0.72% | 0.5% | - |
| HSV(B) | 98.9º | 0.83% | 0.85% | - |
| XYZ | 30.65 | 52.98 | 10.28 | - |
| YUV | 161.97 | 56.91 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 36 | 0.54 | 0 | 0.83 | 0.15 | 98.9 | 0.72 | 0.5 |
| Hex | 64 | DA | 24 | 36 | 0 | 53 | F | 63 | 48 | 32 |
| Octal | 144 | 332 | 44 | 66 | 0 | 123 | 17 | 143 | 110 | 62 |
| Binary | 1100100 | 11011010 | 100100 | 110110 | 0 | 1010011 | 1111 | 1100011 | 1001000 | 110010 |
Color Harmonies of #64DA24
Complementary color
Monochromatic Colors of #64DA24
Black with #64DA24
Text Example
Text Example
White with #64DA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA24; }
p { color: rgb(100,218,36); }
H1.HeaderClassName
{
color: #64DA24;
}
.AnyTagClassName
{
color: #64DA24;
}
</style>
background-color css
<style>
a { background-color: #64DA24; }
a { background-color: rgb(100,218,36); }
div.DivClassName
{
background-color: #64DA24;
}
.BgClassName
{
background-color: #64DA24;
}
</style>
border-color css
<style>
span { border-color: #64DA24; }
span { border-color: rgb(100,218,36); }
td.TdClassName
{
border-color: #64DA24;
}
.TagClassName
{
border-color: #64DA24;
}
</style>