Shades of Kelly Green #52D130
Tints of Kelly Green #52D130
RGB
CMYK
RGB Variations
Color information
#52D130 (or 0x52D130) is known color: Kelly Green. HEX triplet: 52, D1 and 30. RGB value is (82,209,48). Sum of RGB (Red+Green+Blue) = 82+209+48=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 209 (82.03% from 255 or 61.65% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 209 - color contains mainly: green. Hex color #52D130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D130 is #AD2ECF. Grayscale: #999999. Windows color (decimal): -11349712 or 3199314. OLE color: 3199314.
HSL color Cylindrical-coordinate representation of color #52D130: hue angle of 107.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52D130 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 209 | 48 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.18 |
| HSL | 107.33º | 0.64% | 0.5% | - |
| HSV(B) | 107.33º | 0.77% | 0.82% | - |
| XYZ | 26.81 | 47.61 | 10.57 | - |
| YUV | 152.67 | 68.92 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 209 | 48 | 0.61 | 0 | 0.77 | 0.18 | 107.33 | 0.64 | 0.5 |
| Hex | 52 | D1 | 30 | 3D | 0 | 4D | 12 | 6B | 40 | 32 |
| Octal | 122 | 321 | 60 | 75 | 0 | 115 | 22 | 153 | 100 | 62 |
| Binary | 1010010 | 11010001 | 110000 | 111101 | 0 | 1001101 | 10010 | 1101011 | 1000000 | 110010 |
Color Harmonies of #52D130
Complementary color
Monochromatic Colors of #52D130
Black with #52D130
Text Example
Text Example
White with #52D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D130; }
p { color: rgb(82,209,48); }
H1.HeaderClassName
{
color: #52D130;
}
.AnyTagClassName
{
color: #52D130;
}
</style>
background-color css
<style>
a { background-color: #52D130; }
a { background-color: rgb(82,209,48); }
div.DivClassName
{
background-color: #52D130;
}
.BgClassName
{
background-color: #52D130;
}
</style>
border-color css
<style>
span { border-color: #52D130; }
span { border-color: rgb(82,209,48); }
td.TdClassName
{
border-color: #52D130;
}
.TagClassName
{
border-color: #52D130;
}
</style>