Shades of Fern #52CF59
Tints of Fern #52CF59
RGB
CMYK
RGB Variations
Color information
#52CF59 (or 0x52CF59) is known color: Fern. HEX triplet: 52, CF and 59. RGB value is (82,207,89). Sum of RGB (Red+Green+Blue) = 82+207+89=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CF59 is #AD30A6. Grayscale: #9C9C9C. Windows color (decimal): -11350183 or 5885778. OLE color: 5885778.
HSL color Cylindrical-coordinate representation of color #52CF59: hue angle of 123.36º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CF59 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 89 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.19 |
| HSL | 123.36º | 0.57% | 0.57% | - |
| HSV(B) | 123.36º | 0.6% | 0.81% | - |
| XYZ | 27.6 | 47.14 | 17.1 | - |
| YUV | 156.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 89 | 0.60 | 0 | 0.57 | 0.19 | 123.36 | 0.57 | 0.57 |
| Hex | 52 | CF | 59 | 3C | 0 | 39 | 13 | 7B | 39 | 39 |
| Octal | 122 | 317 | 131 | 74 | 0 | 71 | 23 | 173 | 71 | 71 |
| Binary | 1010010 | 11001111 | 1011001 | 111100 | 0 | 111001 | 10011 | 1111011 | 111001 | 111001 |
Color Harmonies of #52CF59
Complementary color
Monochromatic Colors of #52CF59
Black with #52CF59
Text Example
Text Example
White with #52CF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF59; }
p { color: rgb(82,207,89); }
H1.HeaderClassName
{
color: #52CF59;
}
.AnyTagClassName
{
color: #52CF59;
}
</style>
background-color css
<style>
a { background-color: #52CF59; }
a { background-color: rgb(82,207,89); }
div.DivClassName
{
background-color: #52CF59;
}
.BgClassName
{
background-color: #52CF59;
}
</style>
border-color css
<style>
span { border-color: #52CF59; }
span { border-color: rgb(82,207,89); }
td.TdClassName
{
border-color: #52CF59;
}
.TagClassName
{
border-color: #52CF59;
}
</style>