Shades of Kelly Green #52AF14
Tints of Kelly Green #52AF14
RGB
CMYK
RGB Variations
Color information
#52AF14 (or 0x52AF14) is known color: Kelly Green. HEX triplet: 52, AF and 14. RGB value is (82,175,20). Sum of RGB (Red+Green+Blue) = 82+175+20=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AF14 is #AD50EB. Grayscale: #828282. Windows color (decimal): -11358444 or 1355602. OLE color: 1355602.
HSL color Cylindrical-coordinate representation of color #52AF14: hue angle of 96º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52AF14 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 20 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.31 |
| HSL | 96º | 0.79% | 0.38% | - |
| HSV(B) | 96º | 0.89% | 0.69% | - |
| XYZ | 18.94 | 32.5 | 5.94 | - |
| YUV | 129.52 | 66.19 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 20 | 0.53 | 0 | 0.89 | 0.31 | 96 | 0.79 | 0.38 |
| Hex | 52 | AF | 14 | 35 | 0 | 59 | 1F | 60 | 4F | 26 |
| Octal | 122 | 257 | 24 | 65 | 0 | 131 | 37 | 140 | 117 | 46 |
| Binary | 1010010 | 10101111 | 10100 | 110101 | 0 | 1011001 | 11111 | 1100000 | 1001111 | 100110 |
Color Harmonies of #52AF14
Complementary color
Monochromatic Colors of #52AF14
Black with #52AF14
Text Example
Text Example
White with #52AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AF14; }
p { color: rgb(82,175,20); }
H1.HeaderClassName
{
color: #52AF14;
}
.AnyTagClassName
{
color: #52AF14;
}
</style>
background-color css
<style>
a { background-color: #52AF14; }
a { background-color: rgb(82,175,20); }
div.DivClassName
{
background-color: #52AF14;
}
.BgClassName
{
background-color: #52AF14;
}
</style>
border-color css
<style>
span { border-color: #52AF14; }
span { border-color: rgb(82,175,20); }
td.TdClassName
{
border-color: #52AF14;
}
.TagClassName
{
border-color: #52AF14;
}
</style>