Shades of Kelly Green #52BC17
Tints of Kelly Green #52BC17
RGB
CMYK
RGB Variations
Color information
#52BC17 (or 0x52BC17) is known color: Kelly Green. HEX triplet: 52, BC and 17. RGB value is (82,188,23). Sum of RGB (Red+Green+Blue) = 82+188+23=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BC17 is #AD43E8. Grayscale: #8A8A8A. Windows color (decimal): -11355113 or 1555538. OLE color: 1555538.
HSL color Cylindrical-coordinate representation of color #52BC17: hue angle of 98.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52BC17 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 23 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.26 |
| HSL | 98.55º | 0.78% | 0.41% | - |
| HSV(B) | 98.55º | 0.88% | 0.74% | - |
| XYZ | 21.62 | 37.82 | 6.97 | - |
| YUV | 137.5 | 63.38 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 23 | 0.56 | 0 | 0.88 | 0.26 | 98.55 | 0.78 | 0.41 |
| Hex | 52 | BC | 17 | 38 | 0 | 58 | 1A | 63 | 4E | 29 |
| Octal | 122 | 274 | 27 | 70 | 0 | 130 | 32 | 143 | 116 | 51 |
| Binary | 1010010 | 10111100 | 10111 | 111000 | 0 | 1011000 | 11010 | 1100011 | 1001110 | 101001 |
Color Harmonies of #52BC17
Complementary color
Monochromatic Colors of #52BC17
Black with #52BC17
Text Example
Text Example
White with #52BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BC17; }
p { color: rgb(82,188,23); }
H1.HeaderClassName
{
color: #52BC17;
}
.AnyTagClassName
{
color: #52BC17;
}
</style>
background-color css
<style>
a { background-color: #52BC17; }
a { background-color: rgb(82,188,23); }
div.DivClassName
{
background-color: #52BC17;
}
.BgClassName
{
background-color: #52BC17;
}
</style>
border-color css
<style>
span { border-color: #52BC17; }
span { border-color: rgb(82,188,23); }
td.TdClassName
{
border-color: #52BC17;
}
.TagClassName
{
border-color: #52BC17;
}
</style>