Shades of Kelly Green #52AF00
Tints of Kelly Green #52AF00
RGB
CMYK
RGB Variations
Color information
#52AF00 (or 0x52AF00) is known color: Kelly Green. HEX triplet: 52, AF and 00. RGB value is (82,175,0). Sum of RGB (Red+Green+Blue) = 82+175+0=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AF00 is #AD50FF. Grayscale: #7F7F7F. Windows color (decimal): -11358464 or 44882. OLE color: 44882.
HSL color Cylindrical-coordinate representation of color #52AF00: hue angle of 91.89º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52AF00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.31 |
| HSL | 91.89º | 1% | 0.34% | - |
| HSV(B) | 91.89º | 1% | 0.69% | - |
| XYZ | 18.81 | 32.45 | 5.27 | - |
| YUV | 127.24 | 56.19 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 0 | 0.53 | 0 | 1 | 0.31 | 91.89 | 1 | 0.34 |
| Hex | 52 | AF | 0 | 35 | 0 | 64 | 1F | 5C | 64 | 22 |
| Octal | 122 | 257 | 0 | 65 | 0 | 144 | 37 | 134 | 144 | 42 |
| Binary | 1010010 | 10101111 | 0 | 110101 | 0 | 1100100 | 11111 | 1011100 | 1100100 | 100010 |
Color Harmonies of #52AF00
Complementary color
Monochromatic Colors of #52AF00
Black with #52AF00
Text Example
Text Example
White with #52AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AF00; }
p { color: rgb(82,175,0); }
H1.HeaderClassName
{
color: #52AF00;
}
.AnyTagClassName
{
color: #52AF00;
}
</style>
background-color css
<style>
a { background-color: #52AF00; }
a { background-color: rgb(82,175,0); }
div.DivClassName
{
background-color: #52AF00;
}
.BgClassName
{
background-color: #52AF00;
}
</style>
border-color css
<style>
span { border-color: #52AF00; }
span { border-color: rgb(82,175,0); }
td.TdClassName
{
border-color: #52AF00;
}
.TagClassName
{
border-color: #52AF00;
}
</style>