Shades of Fern #52D758
Tints of Fern #52D758
RGB
CMYK
RGB Variations
Color information
#52D758 (or 0x52D758) is known color: Fern. HEX triplet: 52, D7 and 58. RGB value is (82,215,88). Sum of RGB (Red+Green+Blue) = 82+215+88=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #52D758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D758 is #AD28A7. Grayscale: #A1A1A1. Windows color (decimal): -11348136 or 5822290. OLE color: 5822290.
HSL color Cylindrical-coordinate representation of color #52D758: hue angle of 122.71º 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 #52D758 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 88 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.16 |
| HSL | 122.71º | 0.62% | 0.58% | - |
| HSV(B) | 122.71º | 0.62% | 0.84% | - |
| XYZ | 29.54 | 51.1 | 17.54 | - |
| YUV | 160.76 | 86.94 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 88 | 0.62 | 0 | 0.59 | 0.16 | 122.71 | 0.62 | 0.58 |
| Hex | 52 | D7 | 58 | 3E | 0 | 3B | 10 | 7B | 3E | 3A |
| Octal | 122 | 327 | 130 | 76 | 0 | 73 | 20 | 173 | 76 | 72 |
| Binary | 1010010 | 11010111 | 1011000 | 111110 | 0 | 111011 | 10000 | 1111011 | 111110 | 111010 |
Color Harmonies of #52D758
Complementary color
Monochromatic Colors of #52D758
Black with #52D758
Text Example
Text Example
White with #52D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D758; }
p { color: rgb(82,215,88); }
H1.HeaderClassName
{
color: #52D758;
}
.AnyTagClassName
{
color: #52D758;
}
</style>
background-color css
<style>
a { background-color: #52D758; }
a { background-color: rgb(82,215,88); }
div.DivClassName
{
background-color: #52D758;
}
.BgClassName
{
background-color: #52D758;
}
</style>
border-color css
<style>
span { border-color: #52D758; }
span { border-color: rgb(82,215,88); }
td.TdClassName
{
border-color: #52D758;
}
.TagClassName
{
border-color: #52D758;
}
</style>