Shades of Kelly Green #52BB17
Tints of Kelly Green #52BB17
RGB
CMYK
RGB Variations
Color information
#52BB17 (or 0x52BB17) is known color: Kelly Green. HEX triplet: 52, BB and 17. RGB value is (82,187,23). Sum of RGB (Red+Green+Blue) = 82+187+23=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 187 (73.44% from 255 or 64.04% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BB17 is #AD44E8. Grayscale: #898989. Windows color (decimal): -11355369 or 1555282. OLE color: 1555282.
HSL color Cylindrical-coordinate representation of color #52BB17: hue angle of 98.41º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52BB17 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 23 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.27 |
| HSL | 98.41º | 0.78% | 0.41% | - |
| HSV(B) | 98.41º | 0.88% | 0.73% | - |
| XYZ | 21.4 | 37.4 | 6.9 | - |
| YUV | 136.91 | 63.71 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 23 | 0.56 | 0 | 0.88 | 0.27 | 98.41 | 0.78 | 0.41 |
| Hex | 52 | BB | 17 | 38 | 0 | 58 | 1B | 62 | 4E | 29 |
| Octal | 122 | 273 | 27 | 70 | 0 | 130 | 33 | 142 | 116 | 51 |
| Binary | 1010010 | 10111011 | 10111 | 111000 | 0 | 1011000 | 11011 | 1100010 | 1001110 | 101001 |
Color Harmonies of #52BB17
Complementary color
Monochromatic Colors of #52BB17
Black with #52BB17
Text Example
Text Example
White with #52BB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BB17; }
p { color: rgb(82,187,23); }
H1.HeaderClassName
{
color: #52BB17;
}
.AnyTagClassName
{
color: #52BB17;
}
</style>
background-color css
<style>
a { background-color: #52BB17; }
a { background-color: rgb(82,187,23); }
div.DivClassName
{
background-color: #52BB17;
}
.BgClassName
{
background-color: #52BB17;
}
</style>
border-color css
<style>
span { border-color: #52BB17; }
span { border-color: rgb(82,187,23); }
td.TdClassName
{
border-color: #52BB17;
}
.TagClassName
{
border-color: #52BB17;
}
</style>