Shades of Fern #52D25D
Tints of Fern #52D25D
RGB
CMYK
RGB Variations
Color information
#52D25D (or 0x52D25D) is known color: Fern. HEX triplet: 52, D2 and 5D. RGB value is (82,210,93). Sum of RGB (Red+Green+Blue) = 82+210+93=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 210 (82.42% from 255 or 54.55% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 210 - color contains mainly: green. Hex color #52D25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D25D is #AD2DA2. Grayscale: #9E9E9E. Windows color (decimal): -11349411 or 6148690. OLE color: 6148690.
HSL color Cylindrical-coordinate representation of color #52D25D: hue angle of 125.16º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D25D is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 93 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.18 |
| HSL | 125.16º | 0.59% | 0.57% | - |
| HSV(B) | 125.16º | 0.61% | 0.82% | - |
| XYZ | 28.5 | 48.68 | 18.25 | - |
| YUV | 158.39 | 91.09 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 93 | 0.61 | 0 | 0.56 | 0.18 | 125.16 | 0.59 | 0.57 |
| Hex | 52 | D2 | 5D | 3D | 0 | 38 | 12 | 7D | 3B | 39 |
| Octal | 122 | 322 | 135 | 75 | 0 | 70 | 22 | 175 | 73 | 71 |
| Binary | 1010010 | 11010010 | 1011101 | 111101 | 0 | 111000 | 10010 | 1111101 | 111011 | 111001 |
Color Harmonies of #52D25D
Complementary color
Monochromatic Colors of #52D25D
Black with #52D25D
Text Example
Text Example
White with #52D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D25D; }
p { color: rgb(82,210,93); }
H1.HeaderClassName
{
color: #52D25D;
}
.AnyTagClassName
{
color: #52D25D;
}
</style>
background-color css
<style>
a { background-color: #52D25D; }
a { background-color: rgb(82,210,93); }
div.DivClassName
{
background-color: #52D25D;
}
.BgClassName
{
background-color: #52D25D;
}
</style>
border-color css
<style>
span { border-color: #52D25D; }
span { border-color: rgb(82,210,93); }
td.TdClassName
{
border-color: #52D25D;
}
.TagClassName
{
border-color: #52D25D;
}
</style>