Shades of Kelly Green #52BD17
Tints of Kelly Green #52BD17
RGB
CMYK
RGB Variations
Color information
#52BD17 (or 0x52BD17) is known color: Kelly Green. HEX triplet: 52, BD and 17. RGB value is (82,189,23). Sum of RGB (Red+Green+Blue) = 82+189+23=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BD17 is #AD42E8. Grayscale: #8A8A8A. Windows color (decimal): -11354857 or 1555794. OLE color: 1555794.
HSL color Cylindrical-coordinate representation of color #52BD17: hue angle of 98.67º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52BD17 is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 23 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.26 |
| HSL | 98.67º | 0.78% | 0.42% | - |
| HSV(B) | 98.67º | 0.88% | 0.74% | - |
| XYZ | 21.83 | 38.25 | 7.04 | - |
| YUV | 138.08 | 63.05 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 23 | 0.57 | 0 | 0.88 | 0.26 | 98.67 | 0.78 | 0.42 |
| Hex | 52 | BD | 17 | 39 | 0 | 58 | 1A | 63 | 4E | 2A |
| Octal | 122 | 275 | 27 | 71 | 0 | 130 | 32 | 143 | 116 | 52 |
| Binary | 1010010 | 10111101 | 10111 | 111001 | 0 | 1011000 | 11010 | 1100011 | 1001110 | 101010 |
Color Harmonies of #52BD17
Complementary color
Monochromatic Colors of #52BD17
Black with #52BD17
Text Example
Text Example
White with #52BD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BD17; }
p { color: rgb(82,189,23); }
H1.HeaderClassName
{
color: #52BD17;
}
.AnyTagClassName
{
color: #52BD17;
}
</style>
background-color css
<style>
a { background-color: #52BD17; }
a { background-color: rgb(82,189,23); }
div.DivClassName
{
background-color: #52BD17;
}
.BgClassName
{
background-color: #52BD17;
}
</style>
border-color css
<style>
span { border-color: #52BD17; }
span { border-color: rgb(82,189,23); }
td.TdClassName
{
border-color: #52BD17;
}
.TagClassName
{
border-color: #52BD17;
}
</style>