Shades of Fern #52D656
Tints of Fern #52D656
RGB
CMYK
RGB Variations
Color information
#52D656 (or 0x52D656) is known color: Fern. HEX triplet: 52, D6 and 56. RGB value is (82,214,86). Sum of RGB (Red+Green+Blue) = 82+214+86=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #52D656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D656 is #AD29A9. Grayscale: #A0A0A0. Windows color (decimal): -11348394 or 5690962. OLE color: 5690962.
HSL color Cylindrical-coordinate representation of color #52D656: hue angle of 121.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D656 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 86 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.16 |
| HSL | 121.82º | 0.62% | 0.58% | - |
| HSV(B) | 121.82º | 0.62% | 0.84% | - |
| XYZ | 29.21 | 50.56 | 17.02 | - |
| YUV | 159.94 | 86.27 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 86 | 0.62 | 0 | 0.60 | 0.16 | 121.82 | 0.62 | 0.58 |
| Hex | 52 | D6 | 56 | 3E | 0 | 3C | 10 | 7A | 3E | 3A |
| Octal | 122 | 326 | 126 | 76 | 0 | 74 | 20 | 172 | 76 | 72 |
| Binary | 1010010 | 11010110 | 1010110 | 111110 | 0 | 111100 | 10000 | 1111010 | 111110 | 111010 |
Color Harmonies of #52D656
Complementary color
Monochromatic Colors of #52D656
Black with #52D656
Text Example
Text Example
White with #52D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D656; }
p { color: rgb(82,214,86); }
H1.HeaderClassName
{
color: #52D656;
}
.AnyTagClassName
{
color: #52D656;
}
</style>
background-color css
<style>
a { background-color: #52D656; }
a { background-color: rgb(82,214,86); }
div.DivClassName
{
background-color: #52D656;
}
.BgClassName
{
background-color: #52D656;
}
</style>
border-color css
<style>
span { border-color: #52D656; }
span { border-color: rgb(82,214,86); }
td.TdClassName
{
border-color: #52D656;
}
.TagClassName
{
border-color: #52D656;
}
</style>