Shades of Kelly Green #52AD2A
Tints of Kelly Green #52AD2A
RGB
CMYK
RGB Variations
Color information
#52AD2A (or 0x52AD2A) is known color: Kelly Green. HEX triplet: 52, AD and 2A. RGB value is (82,173,42). Sum of RGB (Red+Green+Blue) = 82+173+42=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD2A is #AD52D5. Grayscale: #838383. Windows color (decimal): -11358934 or 2796882. OLE color: 2796882.
HSL color Cylindrical-coordinate representation of color #52AD2A: hue angle of 101.68º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52AD2A is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 42 | - |
| CMYK | 0.53 | 0 | 0.76 | 0.32 |
| HSL | 101.68º | 0.61% | 0.42% | - |
| HSV(B) | 101.68º | 0.76% | 0.68% | - |
| XYZ | 18.84 | 31.85 | 7.34 | - |
| YUV | 130.86 | 77.85 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 42 | 0.53 | 0 | 0.76 | 0.32 | 101.68 | 0.61 | 0.42 |
| Hex | 52 | AD | 2A | 35 | 0 | 4C | 20 | 66 | 3D | 2A |
| Octal | 122 | 255 | 52 | 65 | 0 | 114 | 40 | 146 | 75 | 52 |
| Binary | 1010010 | 10101101 | 101010 | 110101 | 0 | 1001100 | 100000 | 1100110 | 111101 | 101010 |
Color Harmonies of #52AD2A
Complementary color
Monochromatic Colors of #52AD2A
Black with #52AD2A
Text Example
Text Example
White with #52AD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD2A; }
p { color: rgb(82,173,42); }
H1.HeaderClassName
{
color: #52AD2A;
}
.AnyTagClassName
{
color: #52AD2A;
}
</style>
background-color css
<style>
a { background-color: #52AD2A; }
a { background-color: rgb(82,173,42); }
div.DivClassName
{
background-color: #52AD2A;
}
.BgClassName
{
background-color: #52AD2A;
}
</style>
border-color css
<style>
span { border-color: #52AD2A; }
span { border-color: rgb(82,173,42); }
td.TdClassName
{
border-color: #52AD2A;
}
.TagClassName
{
border-color: #52AD2A;
}
</style>