Shades of Fern #52CE60
Tints of Fern #52CE60
RGB
CMYK
RGB Variations
Color information
#52CE60 (or 0x52CE60) is known color: Fern. HEX triplet: 52, CE and 60. RGB value is (82,206,96). Sum of RGB (Red+Green+Blue) = 82+206+96=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE60 is #AD319F. Grayscale: #9C9C9C. Windows color (decimal): -11350432 or 6344274. OLE color: 6344274.
HSL color Cylindrical-coordinate representation of color #52CE60: hue angle of 126.77º 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 #52CE60 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 96 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.19 |
| HSL | 126.77º | 0.56% | 0.56% | - |
| HSV(B) | 126.77º | 0.6% | 0.81% | - |
| XYZ | 27.66 | 46.78 | 18.64 | - |
| YUV | 156.38 | 93.92 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 96 | 0.60 | 0 | 0.53 | 0.19 | 126.77 | 0.56 | 0.56 |
| Hex | 52 | CE | 60 | 3C | 0 | 35 | 13 | 7F | 38 | 38 |
| Octal | 122 | 316 | 140 | 74 | 0 | 65 | 23 | 177 | 70 | 70 |
| Binary | 1010010 | 11001110 | 1100000 | 111100 | 0 | 110101 | 10011 | 1111111 | 111000 | 111000 |
Color Harmonies of #52CE60
Complementary color
Monochromatic Colors of #52CE60
Black with #52CE60
Text Example
Text Example
White with #52CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE60; }
p { color: rgb(82,206,96); }
H1.HeaderClassName
{
color: #52CE60;
}
.AnyTagClassName
{
color: #52CE60;
}
</style>
background-color css
<style>
a { background-color: #52CE60; }
a { background-color: rgb(82,206,96); }
div.DivClassName
{
background-color: #52CE60;
}
.BgClassName
{
background-color: #52CE60;
}
</style>
border-color css
<style>
span { border-color: #52CE60; }
span { border-color: rgb(82,206,96); }
td.TdClassName
{
border-color: #52CE60;
}
.TagClassName
{
border-color: #52CE60;
}
</style>