Shades of Kelly Green #52A826
Tints of Kelly Green #52A826
RGB
CMYK
RGB Variations
Color information
#52A826 (or 0x52A826) is known color: Kelly Green. HEX triplet: 52, A8 and 26. RGB value is (82,168,38). Sum of RGB (Red+Green+Blue) = 82+168+38=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 168 (66.02% from 255 or 58.33% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 168 - color contains mainly: green. Hex color #52A826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A826 is #AD57D9. Grayscale: #7F7F7F. Windows color (decimal): -11360218 or 2533458. OLE color: 2533458.
HSL color Cylindrical-coordinate representation of color #52A826: hue angle of 99.69º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52A826 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 38 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.34 |
| HSL | 99.69º | 0.63% | 0.4% | - |
| HSV(B) | 99.69º | 0.77% | 0.66% | - |
| XYZ | 17.83 | 29.94 | 6.67 | - |
| YUV | 127.47 | 77.51 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 38 | 0.51 | 0 | 0.77 | 0.34 | 99.69 | 0.63 | 0.4 |
| Hex | 52 | A8 | 26 | 33 | 0 | 4D | 22 | 64 | 3F | 28 |
| Octal | 122 | 250 | 46 | 63 | 0 | 115 | 42 | 144 | 77 | 50 |
| Binary | 1010010 | 10101000 | 100110 | 110011 | 0 | 1001101 | 100010 | 1100100 | 111111 | 101000 |
Color Harmonies of #52A826
Complementary color
Monochromatic Colors of #52A826
Black with #52A826
Text Example
Text Example
White with #52A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A826; }
p { color: rgb(82,168,38); }
H1.HeaderClassName
{
color: #52A826;
}
.AnyTagClassName
{
color: #52A826;
}
</style>
background-color css
<style>
a { background-color: #52A826; }
a { background-color: rgb(82,168,38); }
div.DivClassName
{
background-color: #52A826;
}
.BgClassName
{
background-color: #52A826;
}
</style>
border-color css
<style>
span { border-color: #52A826; }
span { border-color: rgb(82,168,38); }
td.TdClassName
{
border-color: #52A826;
}
.TagClassName
{
border-color: #52A826;
}
</style>