Shades of Kelly Green #52B024
Tints of Kelly Green #52B024
RGB
CMYK
RGB Variations
Color information
#52B024 (or 0x52B024) is known color: Kelly Green. HEX triplet: 52, B0 and 24. RGB value is (82,176,36). Sum of RGB (Red+Green+Blue) = 82+176+36=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #52B024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B024 is #AD4FDB. Grayscale: #848484. Windows color (decimal): -11358172 or 2404434. OLE color: 2404434.
HSL color Cylindrical-coordinate representation of color #52B024: hue angle of 100.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52B024 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 176 | 36 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.31 |
| HSL | 100.29º | 0.66% | 0.42% | - |
| HSV(B) | 100.29º | 0.8% | 0.69% | - |
| XYZ | 19.32 | 32.97 | 7.01 | - |
| YUV | 131.93 | 73.86 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 36 | 0.53 | 0 | 0.80 | 0.31 | 100.29 | 0.66 | 0.42 |
| Hex | 52 | B0 | 24 | 35 | 0 | 50 | 1F | 64 | 42 | 2A |
| Octal | 122 | 260 | 44 | 65 | 0 | 120 | 37 | 144 | 102 | 52 |
| Binary | 1010010 | 10110000 | 100100 | 110101 | 0 | 1010000 | 11111 | 1100100 | 1000010 | 101010 |
Color Harmonies of #52B024
Complementary color
Monochromatic Colors of #52B024
Black with #52B024
Text Example
Text Example
White with #52B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B024; }
p { color: rgb(82,176,36); }
H1.HeaderClassName
{
color: #52B024;
}
.AnyTagClassName
{
color: #52B024;
}
</style>
background-color css
<style>
a { background-color: #52B024; }
a { background-color: rgb(82,176,36); }
div.DivClassName
{
background-color: #52B024;
}
.BgClassName
{
background-color: #52B024;
}
</style>
border-color css
<style>
span { border-color: #52B024; }
span { border-color: rgb(82,176,36); }
td.TdClassName
{
border-color: #52B024;
}
.TagClassName
{
border-color: #52B024;
}
</style>