Shades of Kelly Green #52AD24
Tints of Kelly Green #52AD24
RGB
CMYK
RGB Variations
Color information
#52AD24 (or 0x52AD24) is known color: Kelly Green. HEX triplet: 52, AD and 24. RGB value is (82,173,36). Sum of RGB (Red+Green+Blue) = 82+173+36=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD24 is #AD52DB. Grayscale: #828282. Windows color (decimal): -11358940 or 2403666. OLE color: 2403666.
HSL color Cylindrical-coordinate representation of color #52AD24: hue angle of 99.85º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52AD24 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 36 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.32 |
| HSL | 99.85º | 0.66% | 0.41% | - |
| HSV(B) | 99.85º | 0.79% | 0.68% | - |
| XYZ | 18.74 | 31.81 | 6.82 | - |
| YUV | 130.17 | 74.85 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 36 | 0.53 | 0 | 0.79 | 0.32 | 99.85 | 0.66 | 0.41 |
| Hex | 52 | AD | 24 | 35 | 0 | 4F | 20 | 64 | 42 | 29 |
| Octal | 122 | 255 | 44 | 65 | 0 | 117 | 40 | 144 | 102 | 51 |
| Binary | 1010010 | 10101101 | 100100 | 110101 | 0 | 1001111 | 100000 | 1100100 | 1000010 | 101001 |
Color Harmonies of #52AD24
Complementary color
Monochromatic Colors of #52AD24
Black with #52AD24
Text Example
Text Example
White with #52AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD24; }
p { color: rgb(82,173,36); }
H1.HeaderClassName
{
color: #52AD24;
}
.AnyTagClassName
{
color: #52AD24;
}
</style>
background-color css
<style>
a { background-color: #52AD24; }
a { background-color: rgb(82,173,36); }
div.DivClassName
{
background-color: #52AD24;
}
.BgClassName
{
background-color: #52AD24;
}
</style>
border-color css
<style>
span { border-color: #52AD24; }
span { border-color: rgb(82,173,36); }
td.TdClassName
{
border-color: #52AD24;
}
.TagClassName
{
border-color: #52AD24;
}
</style>