Shades of Kelly Green #52B913
Tints of Kelly Green #52B913
RGB
CMYK
RGB Variations
Color information
#52B913 (or 0x52B913) is known color: Kelly Green. HEX triplet: 52, B9 and 13. RGB value is (82,185,19). Sum of RGB (Red+Green+Blue) = 82+185+19=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 185 (72.66% from 255 or 64.69% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 185 - color contains mainly: green. Hex color #52B913 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B913 is #AD46EC. Grayscale: #878787. Windows color (decimal): -11355885 or 1292626. OLE color: 1292626.
HSL color Cylindrical-coordinate representation of color #52B913: hue angle of 97.23º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52B913 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 185 | 19 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.27 |
| HSL | 97.23º | 0.81% | 0.4% | - |
| HSV(B) | 97.23º | 0.9% | 0.73% | - |
| XYZ | 20.95 | 36.54 | 6.56 | - |
| YUV | 135.28 | 62.38 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 185 | 19 | 0.56 | 0 | 0.90 | 0.27 | 97.23 | 0.81 | 0.4 |
| Hex | 52 | B9 | 13 | 38 | 0 | 5A | 1B | 61 | 51 | 28 |
| Octal | 122 | 271 | 23 | 70 | 0 | 132 | 33 | 141 | 121 | 50 |
| Binary | 1010010 | 10111001 | 10011 | 111000 | 0 | 1011010 | 11011 | 1100001 | 1010001 | 101000 |
Color Harmonies of #52B913
Complementary color
Monochromatic Colors of #52B913
Black with #52B913
Text Example
Text Example
White with #52B913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B913; }
p { color: rgb(82,185,19); }
H1.HeaderClassName
{
color: #52B913;
}
.AnyTagClassName
{
color: #52B913;
}
</style>
background-color css
<style>
a { background-color: #52B913; }
a { background-color: rgb(82,185,19); }
div.DivClassName
{
background-color: #52B913;
}
.BgClassName
{
background-color: #52B913;
}
</style>
border-color css
<style>
span { border-color: #52B913; }
span { border-color: rgb(82,185,19); }
td.TdClassName
{
border-color: #52B913;
}
.TagClassName
{
border-color: #52B913;
}
</style>