Shades of Fern #52CE56
Tints of Fern #52CE56
RGB
CMYK
RGB Variations
Color information
#52CE56 (or 0x52CE56) is known color: Fern. HEX triplet: 52, CE and 56. RGB value is (82,206,86). Sum of RGB (Red+Green+Blue) = 82+206+86=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE56 is #AD31A9. Grayscale: #9B9B9B. Windows color (decimal): -11350442 or 5688914. OLE color: 5688914.
HSL color Cylindrical-coordinate representation of color #52CE56: hue angle of 121.94º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE56 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 86 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.19 |
| HSL | 121.94º | 0.56% | 0.56% | - |
| HSV(B) | 121.94º | 0.6% | 0.81% | - |
| XYZ | 27.23 | 46.61 | 16.37 | - |
| YUV | 155.24 | 88.92 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 86 | 0.60 | 0 | 0.58 | 0.19 | 121.94 | 0.56 | 0.56 |
| Hex | 52 | CE | 56 | 3C | 0 | 3A | 13 | 7A | 38 | 38 |
| Octal | 122 | 316 | 126 | 74 | 0 | 72 | 23 | 172 | 70 | 70 |
| Binary | 1010010 | 11001110 | 1010110 | 111100 | 0 | 111010 | 10011 | 1111010 | 111000 | 111000 |
Color Harmonies of #52CE56
Complementary color
Monochromatic Colors of #52CE56
Black with #52CE56
Text Example
Text Example
White with #52CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE56; }
p { color: rgb(82,206,86); }
H1.HeaderClassName
{
color: #52CE56;
}
.AnyTagClassName
{
color: #52CE56;
}
</style>
background-color css
<style>
a { background-color: #52CE56; }
a { background-color: rgb(82,206,86); }
div.DivClassName
{
background-color: #52CE56;
}
.BgClassName
{
background-color: #52CE56;
}
</style>
border-color css
<style>
span { border-color: #52CE56; }
span { border-color: rgb(82,206,86); }
td.TdClassName
{
border-color: #52CE56;
}
.TagClassName
{
border-color: #52CE56;
}
</style>