Shades of Kelly Green #52B915
Tints of Kelly Green #52B915
RGB
CMYK
RGB Variations
Color information
#52B915 (or 0x52B915) is known color: Kelly Green. HEX triplet: 52, B9 and 15. RGB value is (82,185,21). Sum of RGB (Red+Green+Blue) = 82+185+21=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 185 (72.66% from 255 or 64.24% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 185 - color contains mainly: green. Hex color #52B915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B915 is #AD46EA. Grayscale: #888888. Windows color (decimal): -11355883 or 1423698. OLE color: 1423698.
HSL color Cylindrical-coordinate representation of color #52B915: hue angle of 97.68º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52B915 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 185 | 21 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.27 |
| HSL | 97.68º | 0.8% | 0.4% | - |
| HSV(B) | 97.68º | 0.89% | 0.73% | - |
| XYZ | 20.96 | 36.55 | 6.66 | - |
| YUV | 135.51 | 63.38 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 185 | 21 | 0.56 | 0 | 0.89 | 0.27 | 97.68 | 0.8 | 0.4 |
| Hex | 52 | B9 | 15 | 38 | 0 | 59 | 1B | 62 | 50 | 28 |
| Octal | 122 | 271 | 25 | 70 | 0 | 131 | 33 | 142 | 120 | 50 |
| Binary | 1010010 | 10111001 | 10101 | 111000 | 0 | 1011001 | 11011 | 1100010 | 1010000 | 101000 |
Color Harmonies of #52B915
Complementary color
Monochromatic Colors of #52B915
Black with #52B915
Text Example
Text Example
White with #52B915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B915; }
p { color: rgb(82,185,21); }
H1.HeaderClassName
{
color: #52B915;
}
.AnyTagClassName
{
color: #52B915;
}
</style>
background-color css
<style>
a { background-color: #52B915; }
a { background-color: rgb(82,185,21); }
div.DivClassName
{
background-color: #52B915;
}
.BgClassName
{
background-color: #52B915;
}
</style>
border-color css
<style>
span { border-color: #52B915; }
span { border-color: rgb(82,185,21); }
td.TdClassName
{
border-color: #52B915;
}
.TagClassName
{
border-color: #52B915;
}
</style>