Shades of Kelly Green #52B502
Tints of Kelly Green #52B502
RGB
CMYK
RGB Variations
Color information
#52B502 (or 0x52B502) is known color: Kelly Green. HEX triplet: 52, B5 and 02. RGB value is (82,181,2). Sum of RGB (Red+Green+Blue) = 82+181+2=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 181 (71.09% from 255 or 68.30% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 181 - color contains mainly: green. Hex color #52B502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B502 is #AD4AFD. Grayscale: #838383. Windows color (decimal): -11356926 or 177490. OLE color: 177490.
HSL color Cylindrical-coordinate representation of color #52B502: hue angle of 93.18º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52B502 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 181 | 2 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.29 |
| HSL | 93.18º | 0.98% | 0.36% | - |
| HSV(B) | 93.18º | 0.99% | 0.71% | - |
| XYZ | 20.01 | 34.85 | 5.73 | - |
| YUV | 130.99 | 55.2 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 2 | 0.55 | 0 | 0.99 | 0.29 | 93.18 | 0.98 | 0.36 |
| Hex | 52 | B5 | 2 | 37 | 0 | 63 | 1D | 5D | 62 | 24 |
| Octal | 122 | 265 | 2 | 67 | 0 | 143 | 35 | 135 | 142 | 44 |
| Binary | 1010010 | 10110101 | 10 | 110111 | 0 | 1100011 | 11101 | 1011101 | 1100010 | 100100 |
Color Harmonies of #52B502
Complementary color
Monochromatic Colors of #52B502
Black with #52B502
Text Example
Text Example
White with #52B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B502; }
p { color: rgb(82,181,2); }
H1.HeaderClassName
{
color: #52B502;
}
.AnyTagClassName
{
color: #52B502;
}
</style>
background-color css
<style>
a { background-color: #52B502; }
a { background-color: rgb(82,181,2); }
div.DivClassName
{
background-color: #52B502;
}
.BgClassName
{
background-color: #52B502;
}
</style>
border-color css
<style>
span { border-color: #52B502; }
span { border-color: rgb(82,181,2); }
td.TdClassName
{
border-color: #52B502;
}
.TagClassName
{
border-color: #52B502;
}
</style>