Shades of Kelly Green #52AF2E
Tints of Kelly Green #52AF2E
RGB
CMYK
RGB Variations
Color information
#52AF2E (or 0x52AF2E) is known color: Kelly Green. HEX triplet: 52, AF and 2E. RGB value is (82,175,46). Sum of RGB (Red+Green+Blue) = 82+175+46=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AF2E is #AD50D1. Grayscale: #848484. Windows color (decimal): -11358418 or 3059538. OLE color: 3059538.
HSL color Cylindrical-coordinate representation of color #52AF2E: hue angle of 103.26º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52AF2E is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 46 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.31 |
| HSL | 103.26º | 0.58% | 0.43% | - |
| HSV(B) | 103.26º | 0.74% | 0.69% | - |
| XYZ | 19.3 | 32.65 | 7.87 | - |
| YUV | 132.49 | 79.19 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 46 | 0.53 | 0 | 0.74 | 0.31 | 103.26 | 0.58 | 0.43 |
| Hex | 52 | AF | 2E | 35 | 0 | 4A | 1F | 67 | 3A | 2B |
| Octal | 122 | 257 | 56 | 65 | 0 | 112 | 37 | 147 | 72 | 53 |
| Binary | 1010010 | 10101111 | 101110 | 110101 | 0 | 1001010 | 11111 | 1100111 | 111010 | 101011 |
Color Harmonies of #52AF2E
Complementary color
Monochromatic Colors of #52AF2E
Black with #52AF2E
Text Example
Text Example
White with #52AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AF2E; }
p { color: rgb(82,175,46); }
H1.HeaderClassName
{
color: #52AF2E;
}
.AnyTagClassName
{
color: #52AF2E;
}
</style>
background-color css
<style>
a { background-color: #52AF2E; }
a { background-color: rgb(82,175,46); }
div.DivClassName
{
background-color: #52AF2E;
}
.BgClassName
{
background-color: #52AF2E;
}
</style>
border-color css
<style>
span { border-color: #52AF2E; }
span { border-color: rgb(82,175,46); }
td.TdClassName
{
border-color: #52AF2E;
}
.TagClassName
{
border-color: #52AF2E;
}
</style>