Shades of Kelly Green #52AF2C
Tints of Kelly Green #52AF2C
RGB
CMYK
RGB Variations
Color information
#52AF2C (or 0x52AF2C) is known color: Kelly Green. HEX triplet: 52, AF and 2C. RGB value is (82,175,44). Sum of RGB (Red+Green+Blue) = 82+175+44=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 175 (68.75% from 255 or 58.14% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AF2C is #AD50D3. Grayscale: #848484. Windows color (decimal): -11358420 or 2928466. OLE color: 2928466.
HSL color Cylindrical-coordinate representation of color #52AF2C: hue angle of 102.6º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52AF2C is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 44 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.31 |
| HSL | 102.6º | 0.6% | 0.43% | - |
| HSV(B) | 102.6º | 0.75% | 0.69% | - |
| XYZ | 19.26 | 32.64 | 7.67 | - |
| YUV | 132.26 | 78.19 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 44 | 0.53 | 0 | 0.75 | 0.31 | 102.6 | 0.6 | 0.43 |
| Hex | 52 | AF | 2C | 35 | 0 | 4B | 1F | 67 | 3C | 2B |
| Octal | 122 | 257 | 54 | 65 | 0 | 113 | 37 | 147 | 74 | 53 |
| Binary | 1010010 | 10101111 | 101100 | 110101 | 0 | 1001011 | 11111 | 1100111 | 111100 | 101011 |
Color Harmonies of #52AF2C
Complementary color
Monochromatic Colors of #52AF2C
Black with #52AF2C
Text Example
Text Example
White with #52AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AF2C; }
p { color: rgb(82,175,44); }
H1.HeaderClassName
{
color: #52AF2C;
}
.AnyTagClassName
{
color: #52AF2C;
}
</style>
background-color css
<style>
a { background-color: #52AF2C; }
a { background-color: rgb(82,175,44); }
div.DivClassName
{
background-color: #52AF2C;
}
.BgClassName
{
background-color: #52AF2C;
}
</style>
border-color css
<style>
span { border-color: #52AF2C; }
span { border-color: rgb(82,175,44); }
td.TdClassName
{
border-color: #52AF2C;
}
.TagClassName
{
border-color: #52AF2C;
}
</style>