Shades of Kelly Green #52AD28
Tints of Kelly Green #52AD28
RGB
CMYK
RGB Variations
Color information
#52AD28 (or 0x52AD28) is known color: Kelly Green. HEX triplet: 52, AD and 28. RGB value is (82,173,40). Sum of RGB (Red+Green+Blue) = 82+173+40=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD28 is #AD52D7. Grayscale: #838383. Windows color (decimal): -11358936 or 2665810. OLE color: 2665810.
HSL color Cylindrical-coordinate representation of color #52AD28: hue angle of 101.05º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52AD28 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 40 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.32 |
| HSL | 101.05º | 0.62% | 0.42% | - |
| HSV(B) | 101.05º | 0.77% | 0.68% | - |
| XYZ | 18.81 | 31.83 | 7.16 | - |
| YUV | 130.63 | 76.85 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 40 | 0.53 | 0 | 0.77 | 0.32 | 101.05 | 0.62 | 0.42 |
| Hex | 52 | AD | 28 | 35 | 0 | 4D | 20 | 65 | 3E | 2A |
| Octal | 122 | 255 | 50 | 65 | 0 | 115 | 40 | 145 | 76 | 52 |
| Binary | 1010010 | 10101101 | 101000 | 110101 | 0 | 1001101 | 100000 | 1100101 | 111110 | 101010 |
Color Harmonies of #52AD28
Complementary color
Monochromatic Colors of #52AD28
Black with #52AD28
Text Example
Text Example
White with #52AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD28; }
p { color: rgb(82,173,40); }
H1.HeaderClassName
{
color: #52AD28;
}
.AnyTagClassName
{
color: #52AD28;
}
</style>
background-color css
<style>
a { background-color: #52AD28; }
a { background-color: rgb(82,173,40); }
div.DivClassName
{
background-color: #52AD28;
}
.BgClassName
{
background-color: #52AD28;
}
</style>
border-color css
<style>
span { border-color: #52AD28; }
span { border-color: rgb(82,173,40); }
td.TdClassName
{
border-color: #52AD28;
}
.TagClassName
{
border-color: #52AD28;
}
</style>