Shades of Fern #52D15E
Tints of Fern #52D15E
RGB
CMYK
RGB Variations
Color information
#52D15E (or 0x52D15E) is known color: Fern. HEX triplet: 52, D1 and 5E. RGB value is (82,209,94). Sum of RGB (Red+Green+Blue) = 82+209+94=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #52D15E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D15E is #AD2EA1. Grayscale: #9E9E9E. Windows color (decimal): -11349666 or 6213970. OLE color: 6213970.
HSL color Cylindrical-coordinate representation of color #52D15E: hue angle of 125.67º degrees, saturation: 0.58, 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 #52D15E is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 209 | 94 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.18 |
| HSL | 125.67º | 0.58% | 0.57% | - |
| HSV(B) | 125.67º | 0.61% | 0.82% | - |
| XYZ | 28.3 | 48.2 | 18.4 | - |
| YUV | 157.92 | 91.92 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 209 | 94 | 0.61 | 0 | 0.55 | 0.18 | 125.67 | 0.58 | 0.57 |
| Hex | 52 | D1 | 5E | 3D | 0 | 37 | 12 | 7E | 3A | 39 |
| Octal | 122 | 321 | 136 | 75 | 0 | 67 | 22 | 176 | 72 | 71 |
| Binary | 1010010 | 11010001 | 1011110 | 111101 | 0 | 110111 | 10010 | 1111110 | 111010 | 111001 |
Color Harmonies of #52D15E
Complementary color
Monochromatic Colors of #52D15E
Black with #52D15E
Text Example
Text Example
White with #52D15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D15E; }
p { color: rgb(82,209,94); }
H1.HeaderClassName
{
color: #52D15E;
}
.AnyTagClassName
{
color: #52D15E;
}
</style>
background-color css
<style>
a { background-color: #52D15E; }
a { background-color: rgb(82,209,94); }
div.DivClassName
{
background-color: #52D15E;
}
.BgClassName
{
background-color: #52D15E;
}
</style>
border-color css
<style>
span { border-color: #52D15E; }
span { border-color: rgb(82,209,94); }
td.TdClassName
{
border-color: #52D15E;
}
.TagClassName
{
border-color: #52D15E;
}
</style>