Shades of Fern #52D256
Tints of Fern #52D256
RGB
CMYK
RGB Variations
Color information
#52D256 (or 0x52D256) is known color: Fern. HEX triplet: 52, D2 and 56. RGB value is (82,210,86). Sum of RGB (Red+Green+Blue) = 82+210+86=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 210 (82.42% from 255 or 55.56% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 210 - color contains mainly: green. Hex color #52D256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D256 is #AD2DA9. Grayscale: #9D9D9D. Windows color (decimal): -11349418 or 5689938. OLE color: 5689938.
HSL color Cylindrical-coordinate representation of color #52D256: hue angle of 121.88º 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 #52D256 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 86 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.18 |
| HSL | 121.88º | 0.59% | 0.57% | - |
| HSV(B) | 121.88º | 0.61% | 0.82% | - |
| XYZ | 28.21 | 48.56 | 16.69 | - |
| YUV | 157.59 | 87.59 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 86 | 0.61 | 0 | 0.59 | 0.18 | 121.88 | 0.59 | 0.57 |
| Hex | 52 | D2 | 56 | 3D | 0 | 3B | 12 | 7A | 3B | 39 |
| Octal | 122 | 322 | 126 | 75 | 0 | 73 | 22 | 172 | 73 | 71 |
| Binary | 1010010 | 11010010 | 1010110 | 111101 | 0 | 111011 | 10010 | 1111010 | 111011 | 111001 |
Color Harmonies of #52D256
Complementary color
Monochromatic Colors of #52D256
Black with #52D256
Text Example
Text Example
White with #52D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D256; }
p { color: rgb(82,210,86); }
H1.HeaderClassName
{
color: #52D256;
}
.AnyTagClassName
{
color: #52D256;
}
</style>
background-color css
<style>
a { background-color: #52D256; }
a { background-color: rgb(82,210,86); }
div.DivClassName
{
background-color: #52D256;
}
.BgClassName
{
background-color: #52D256;
}
</style>
border-color css
<style>
span { border-color: #52D256; }
span { border-color: rgb(82,210,86); }
td.TdClassName
{
border-color: #52D256;
}
.TagClassName
{
border-color: #52D256;
}
</style>