Shades of Fern #52B564
Tints of Fern #52B564
RGB
CMYK
RGB Variations
Color information
#52B564 (or 0x52B564) is known color: Fern. HEX triplet: 52, B5 and 64. RGB value is (82,181,100). Sum of RGB (Red+Green+Blue) = 82+181+100=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #52B564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B564 is #AD4A9B. Grayscale: #8E8E8E. Windows color (decimal): -11356828 or 6600018. OLE color: 6600018.
HSL color Cylindrical-coordinate representation of color #52B564: hue angle of 130.91º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B564 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 181 | 100 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.29 |
| HSL | 130.91º | 0.4% | 0.52% | - |
| HSV(B) | 130.91º | 0.55% | 0.71% | - |
| XYZ | 22.3 | 35.76 | 17.78 | - |
| YUV | 142.17 | 104.2 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 100 | 0.55 | 0 | 0.45 | 0.29 | 130.91 | 0.4 | 0.52 |
| Hex | 52 | B5 | 64 | 37 | 0 | 2D | 1D | 83 | 28 | 34 |
| Octal | 122 | 265 | 144 | 67 | 0 | 55 | 35 | 203 | 50 | 64 |
| Binary | 1010010 | 10110101 | 1100100 | 110111 | 0 | 101101 | 11101 | 10000011 | 101000 | 110100 |
Color Harmonies of #52B564
Complementary color
Monochromatic Colors of #52B564
Black with #52B564
Text Example
Text Example
White with #52B564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B564; }
p { color: rgb(82,181,100); }
H1.HeaderClassName
{
color: #52B564;
}
.AnyTagClassName
{
color: #52B564;
}
</style>
background-color css
<style>
a { background-color: #52B564; }
a { background-color: rgb(82,181,100); }
div.DivClassName
{
background-color: #52B564;
}
.BgClassName
{
background-color: #52B564;
}
</style>
border-color css
<style>
span { border-color: #52B564; }
span { border-color: rgb(82,181,100); }
td.TdClassName
{
border-color: #52B564;
}
.TagClassName
{
border-color: #52B564;
}
</style>