Shades of Fern #52D756
Tints of Fern #52D756
RGB
CMYK
RGB Variations
Color information
#52D756 (or 0x52D756) is known color: Fern. HEX triplet: 52, D7 and 56. RGB value is (82,215,86). Sum of RGB (Red+Green+Blue) = 82+215+86=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #52D756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D756 is #AD28A9. Grayscale: #A0A0A0. Windows color (decimal): -11348138 or 5691218. OLE color: 5691218.
HSL color Cylindrical-coordinate representation of color #52D756: hue angle of 121.8º 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 #52D756 is Cyan = 0.62, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 86 | - |
| CMYK | 0.62 | 0 | 0.6 | 0.16 |
| HSL | 121.8º | 0.62% | 0.58% | - |
| HSV(B) | 121.8º | 0.62% | 0.84% | - |
| XYZ | 29.46 | 51.07 | 17.11 | - |
| YUV | 160.53 | 85.94 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 86 | 0.62 | 0 | 0.6 | 0.16 | 121.8 | 0.62 | 0.58 |
| Hex | 52 | D7 | 56 | 3E | 0 | 3C | 10 | 7A | 3E | 3A |
| Octal | 122 | 327 | 126 | 76 | 0 | 74 | 20 | 172 | 76 | 72 |
| Binary | 1010010 | 11010111 | 1010110 | 111110 | 0 | 111100 | 10000 | 1111010 | 111110 | 111010 |
Color Harmonies of #52D756
Complementary color
Monochromatic Colors of #52D756
Black with #52D756
Text Example
Text Example
White with #52D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D756; }
p { color: rgb(82,215,86); }
H1.HeaderClassName
{
color: #52D756;
}
.AnyTagClassName
{
color: #52D756;
}
</style>
background-color css
<style>
a { background-color: #52D756; }
a { background-color: rgb(82,215,86); }
div.DivClassName
{
background-color: #52D756;
}
.BgClassName
{
background-color: #52D756;
}
</style>
border-color css
<style>
span { border-color: #52D756; }
span { border-color: rgb(82,215,86); }
td.TdClassName
{
border-color: #52D756;
}
.TagClassName
{
border-color: #52D756;
}
</style>