Shades of Kelly Green #52A515
Tints of Kelly Green #52A515
RGB
CMYK
RGB Variations
Color information
#52A515 (or 0x52A515) is known color: Kelly Green. HEX triplet: 52, A5 and 15. RGB value is (82,165,21). Sum of RGB (Red+Green+Blue) = 82+165+21=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 165 (64.84% from 255 or 61.57% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 165 - color contains mainly: green. Hex color #52A515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A515 is #AD5AEA. Grayscale: #7C7C7C. Windows color (decimal): -11361003 or 1418578. OLE color: 1418578.
HSL color Cylindrical-coordinate representation of color #52A515: hue angle of 94.58º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52A515 is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 165 | 21 | - |
| CMYK | 0.50 | 0 | 0.87 | 0.35 |
| HSL | 94.58º | 0.77% | 0.36% | - |
| HSV(B) | 94.58º | 0.87% | 0.65% | - |
| XYZ | 17.07 | 28.76 | 5.36 | - |
| YUV | 123.77 | 70 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 165 | 21 | 0.50 | 0 | 0.87 | 0.35 | 94.58 | 0.77 | 0.36 |
| Hex | 52 | A5 | 15 | 32 | 0 | 57 | 23 | 5F | 4D | 24 |
| Octal | 122 | 245 | 25 | 62 | 0 | 127 | 43 | 137 | 115 | 44 |
| Binary | 1010010 | 10100101 | 10101 | 110010 | 0 | 1010111 | 100011 | 1011111 | 1001101 | 100100 |
Color Harmonies of #52A515
Complementary color
Monochromatic Colors of #52A515
Black with #52A515
Text Example
Text Example
White with #52A515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A515; }
p { color: rgb(82,165,21); }
H1.HeaderClassName
{
color: #52A515;
}
.AnyTagClassName
{
color: #52A515;
}
</style>
background-color css
<style>
a { background-color: #52A515; }
a { background-color: rgb(82,165,21); }
div.DivClassName
{
background-color: #52A515;
}
.BgClassName
{
background-color: #52A515;
}
</style>
border-color css
<style>
span { border-color: #52A515; }
span { border-color: rgb(82,165,21); }
td.TdClassName
{
border-color: #52A515;
}
.TagClassName
{
border-color: #52A515;
}
</style>