Shades of Kelly Green #24C005
Tints of Kelly Green #24C005
RGB
CMYK
RGB Variations
Color information
#24C005 (or 0x24C005) is known color: Kelly Green. HEX triplet: 24, C0 and 05. RGB value is (36,192,5). Sum of RGB (Red+Green+Blue) = 36+192+5=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #24C005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24C005 is #DB3FFA. Grayscale: #7C7C7C. Windows color (decimal): -14368763 or 376868. OLE color: 376868.
HSL color Cylindrical-coordinate representation of color #24C005: hue angle of 110.05º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24C005 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 192 | 5 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.25 |
| HSL | 110.05º | 0.95% | 0.39% | - |
| HSV(B) | 110.05º | 0.97% | 0.75% | - |
| XYZ | 19.6 | 38.09 | 6.46 | - |
| YUV | 124.04 | 60.82 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 5 | 0.81 | 0 | 0.97 | 0.25 | 110.05 | 0.95 | 0.39 |
| Hex | 24 | C0 | 5 | 51 | 0 | 61 | 19 | 6E | 5F | 27 |
| Octal | 44 | 300 | 5 | 121 | 0 | 141 | 31 | 156 | 137 | 47 |
| Binary | 100100 | 11000000 | 101 | 1010001 | 0 | 1100001 | 11001 | 1101110 | 1011111 | 100111 |
Color Harmonies of #24C005
Complementary color
Monochromatic Colors of #24C005
Black with #24C005
Text Example
Text Example
White with #24C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C005; }
p { color: rgb(36,192,5); }
H1.HeaderClassName
{
color: #24C005;
}
.AnyTagClassName
{
color: #24C005;
}
</style>
background-color css
<style>
a { background-color: #24C005; }
a { background-color: rgb(36,192,5); }
div.DivClassName
{
background-color: #24C005;
}
.BgClassName
{
background-color: #24C005;
}
</style>
border-color css
<style>
span { border-color: #24C005; }
span { border-color: rgb(36,192,5); }
td.TdClassName
{
border-color: #24C005;
}
.TagClassName
{
border-color: #24C005;
}
</style>