Shades of Kelly Green #52D225
Tints of Kelly Green #52D225
RGB
CMYK
RGB Variations
Color information
#52D225 (or 0x52D225) is known color: Kelly Green. HEX triplet: 52, D2 and 25. RGB value is (82,210,37). Sum of RGB (Red+Green+Blue) = 82+210+37=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #52D225 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D225 is #AD2DDA. Grayscale: #989898. Windows color (decimal): -11349467 or 2478674. OLE color: 2478674.
HSL color Cylindrical-coordinate representation of color #52D225: hue angle of 104.39º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52D225 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 37 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.18 |
| HSL | 104.39º | 0.7% | 0.48% | - |
| HSV(B) | 104.39º | 0.82% | 0.82% | - |
| XYZ | 26.86 | 48.02 | 9.6 | - |
| YUV | 152.01 | 63.09 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 37 | 0.61 | 0 | 0.82 | 0.18 | 104.39 | 0.7 | 0.48 |
| Hex | 52 | D2 | 25 | 3D | 0 | 52 | 12 | 68 | 46 | 30 |
| Octal | 122 | 322 | 45 | 75 | 0 | 122 | 22 | 150 | 106 | 60 |
| Binary | 1010010 | 11010010 | 100101 | 111101 | 0 | 1010010 | 10010 | 1101000 | 1000110 | 110000 |
Color Harmonies of #52D225
Complementary color
Monochromatic Colors of #52D225
Black with #52D225
Text Example
Text Example
White with #52D225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D225; }
p { color: rgb(82,210,37); }
H1.HeaderClassName
{
color: #52D225;
}
.AnyTagClassName
{
color: #52D225;
}
</style>
background-color css
<style>
a { background-color: #52D225; }
a { background-color: rgb(82,210,37); }
div.DivClassName
{
background-color: #52D225;
}
.BgClassName
{
background-color: #52D225;
}
</style>
border-color css
<style>
span { border-color: #52D225; }
span { border-color: rgb(82,210,37); }
td.TdClassName
{
border-color: #52D225;
}
.TagClassName
{
border-color: #52D225;
}
</style>