Shades of Kelly Green #64DE24
Tints of Kelly Green #64DE24
RGB
CMYK
RGB Variations
Color information
#64DE24 (or 0x64DE24) is known color: Kelly Green. HEX triplet: 64, DE and 24. RGB value is (100,222,36). Sum of RGB (Red+Green+Blue) = 100+222+36=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 222 (87.11% from 255 or 62.01% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DE24 is #9B21DB. Grayscale: #A4A4A4. Windows color (decimal): -10166748 or 2416228. OLE color: 2416228.
HSL color Cylindrical-coordinate representation of color #64DE24: hue angle of 99.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64DE24 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 222 | 36 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.13 |
| HSL | 99.35º | 0.74% | 0.51% | - |
| HSV(B) | 99.35º | 0.84% | 0.87% | - |
| XYZ | 31.7 | 55.08 | 10.63 | - |
| YUV | 164.32 | 55.58 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 222 | 36 | 0.55 | 0 | 0.84 | 0.13 | 99.35 | 0.74 | 0.51 |
| Hex | 64 | DE | 24 | 37 | 0 | 54 | D | 63 | 4A | 33 |
| Octal | 144 | 336 | 44 | 67 | 0 | 124 | 15 | 143 | 112 | 63 |
| Binary | 1100100 | 11011110 | 100100 | 110111 | 0 | 1010100 | 1101 | 1100011 | 1001010 | 110011 |
Color Harmonies of #64DE24
Complementary color
Monochromatic Colors of #64DE24
Black with #64DE24
Text Example
Text Example
White with #64DE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DE24; }
p { color: rgb(100,222,36); }
H1.HeaderClassName
{
color: #64DE24;
}
.AnyTagClassName
{
color: #64DE24;
}
</style>
background-color css
<style>
a { background-color: #64DE24; }
a { background-color: rgb(100,222,36); }
div.DivClassName
{
background-color: #64DE24;
}
.BgClassName
{
background-color: #64DE24;
}
</style>
border-color css
<style>
span { border-color: #64DE24; }
span { border-color: rgb(100,222,36); }
td.TdClassName
{
border-color: #64DE24;
}
.TagClassName
{
border-color: #64DE24;
}
</style>