Shades of Fern #52D956
Tints of Fern #52D956
RGB
CMYK
RGB Variations
Color information
#52D956 (or 0x52D956) is known color: Fern. HEX triplet: 52, D9 and 56. RGB value is (82,217,86). Sum of RGB (Red+Green+Blue) = 82+217+86=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #52D956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D956 is #AD26A9. Grayscale: #A2A2A2. Windows color (decimal): -11347626 or 5691730. OLE color: 5691730.
HSL color Cylindrical-coordinate representation of color #52D956: hue angle of 121.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D956 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 86 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.15 |
| HSL | 121.78º | 0.64% | 0.59% | - |
| HSV(B) | 121.78º | 0.62% | 0.85% | - |
| XYZ | 29.97 | 52.09 | 17.28 | - |
| YUV | 161.7 | 85.27 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 86 | 0.62 | 0 | 0.60 | 0.15 | 121.78 | 0.64 | 0.59 |
| Hex | 52 | D9 | 56 | 3E | 0 | 3C | F | 7A | 40 | 3B |
| Octal | 122 | 331 | 126 | 76 | 0 | 74 | 17 | 172 | 100 | 73 |
| Binary | 1010010 | 11011001 | 1010110 | 111110 | 0 | 111100 | 1111 | 1111010 | 1000000 | 111011 |
Color Harmonies of #52D956
Complementary color
Monochromatic Colors of #52D956
Black with #52D956
Text Example
Text Example
White with #52D956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D956; }
p { color: rgb(82,217,86); }
H1.HeaderClassName
{
color: #52D956;
}
.AnyTagClassName
{
color: #52D956;
}
</style>
background-color css
<style>
a { background-color: #52D956; }
a { background-color: rgb(82,217,86); }
div.DivClassName
{
background-color: #52D956;
}
.BgClassName
{
background-color: #52D956;
}
</style>
border-color css
<style>
span { border-color: #52D956; }
span { border-color: rgb(82,217,86); }
td.TdClassName
{
border-color: #52D956;
}
.TagClassName
{
border-color: #52D956;
}
</style>