Shades of Kelly Green #52AD31
Tints of Kelly Green #52AD31
RGB
CMYK
RGB Variations
Color information
#52AD31 (or 0x52AD31) is known color: Kelly Green. HEX triplet: 52, AD and 31. RGB value is (82,173,49). Sum of RGB (Red+Green+Blue) = 82+173+49=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD31 is #AD52CE. Grayscale: #848484. Windows color (decimal): -11358927 or 3255634. OLE color: 3255634.
HSL color Cylindrical-coordinate representation of color #52AD31: hue angle of 104.03º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52AD31 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 49 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.32 |
| HSL | 104.03º | 0.56% | 0.44% | - |
| HSV(B) | 104.03º | 0.72% | 0.68% | - |
| XYZ | 18.98 | 31.9 | 8.06 | - |
| YUV | 131.66 | 81.35 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 49 | 0.53 | 0 | 0.72 | 0.32 | 104.03 | 0.56 | 0.44 |
| Hex | 52 | AD | 31 | 35 | 0 | 48 | 20 | 68 | 38 | 2C |
| Octal | 122 | 255 | 61 | 65 | 0 | 110 | 40 | 150 | 70 | 54 |
| Binary | 1010010 | 10101101 | 110001 | 110101 | 0 | 1001000 | 100000 | 1101000 | 111000 | 101100 |
Color Harmonies of #52AD31
Complementary color
Monochromatic Colors of #52AD31
Black with #52AD31
Text Example
Text Example
White with #52AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD31; }
p { color: rgb(82,173,49); }
H1.HeaderClassName
{
color: #52AD31;
}
.AnyTagClassName
{
color: #52AD31;
}
</style>
background-color css
<style>
a { background-color: #52AD31; }
a { background-color: rgb(82,173,49); }
div.DivClassName
{
background-color: #52AD31;
}
.BgClassName
{
background-color: #52AD31;
}
</style>
border-color css
<style>
span { border-color: #52AD31; }
span { border-color: rgb(82,173,49); }
td.TdClassName
{
border-color: #52AD31;
}
.TagClassName
{
border-color: #52AD31;
}
</style>