Shades of Fern #52B86C
Tints of Fern #52B86C
RGB
CMYK
RGB Variations
Color information
#52B86C (or 0x52B86C) is known color: Fern. HEX triplet: 52, B8 and 6C. RGB value is (82,184,108). Sum of RGB (Red+Green+Blue) = 82+184+108=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #52B86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B86C is #AD4793. Grayscale: #919191. Windows color (decimal): -11356052 or 7125074. OLE color: 7125074.
HSL color Cylindrical-coordinate representation of color #52B86C: hue angle of 135.29º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B86C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 184 | 108 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.28 |
| HSL | 135.29º | 0.42% | 0.52% | - |
| HSV(B) | 135.29º | 0.55% | 0.72% | - |
| XYZ | 23.33 | 37.16 | 20.13 | - |
| YUV | 144.84 | 107.21 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 108 | 0.55 | 0 | 0.41 | 0.28 | 135.29 | 0.42 | 0.52 |
| Hex | 52 | B8 | 6C | 37 | 0 | 29 | 1C | 87 | 2A | 34 |
| Octal | 122 | 270 | 154 | 67 | 0 | 51 | 34 | 207 | 52 | 64 |
| Binary | 1010010 | 10111000 | 1101100 | 110111 | 0 | 101001 | 11100 | 10000111 | 101010 | 110100 |
Color Harmonies of #52B86C
Complementary color
Monochromatic Colors of #52B86C
Black with #52B86C
Text Example
Text Example
White with #52B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B86C; }
p { color: rgb(82,184,108); }
H1.HeaderClassName
{
color: #52B86C;
}
.AnyTagClassName
{
color: #52B86C;
}
</style>
background-color css
<style>
a { background-color: #52B86C; }
a { background-color: rgb(82,184,108); }
div.DivClassName
{
background-color: #52B86C;
}
.BgClassName
{
background-color: #52B86C;
}
</style>
border-color css
<style>
span { border-color: #52B86C; }
span { border-color: rgb(82,184,108); }
td.TdClassName
{
border-color: #52B86C;
}
.TagClassName
{
border-color: #52B86C;
}
</style>