Shades of Fern #53D056
Tints of Fern #53D056
RGB
CMYK
RGB Variations
Color information
#53D056 (or 0x53D056) is known color: Fern. HEX triplet: 53, D0 and 56. RGB value is (83,208,86). Sum of RGB (Red+Green+Blue) = 83+208+86=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #53D056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D056 is #AC2FA9. Grayscale: #9D9D9D. Windows color (decimal): -11284394 or 5689427. OLE color: 5689427.
HSL color Cylindrical-coordinate representation of color #53D056: hue angle of 121.44º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D056 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 208 | 86 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.18 |
| HSL | 121.44º | 0.57% | 0.57% | - |
| HSV(B) | 121.44º | 0.6% | 0.82% | - |
| XYZ | 27.8 | 47.62 | 16.53 | - |
| YUV | 156.72 | 88.09 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 208 | 86 | 0.60 | 0 | 0.59 | 0.18 | 121.44 | 0.57 | 0.57 |
| Hex | 53 | D0 | 56 | 3C | 0 | 3B | 12 | 79 | 39 | 39 |
| Octal | 123 | 320 | 126 | 74 | 0 | 73 | 22 | 171 | 71 | 71 |
| Binary | 1010011 | 11010000 | 1010110 | 111100 | 0 | 111011 | 10010 | 1111001 | 111001 | 111001 |
Color Harmonies of #53D056
Complementary color
Monochromatic Colors of #53D056
Black with #53D056
Text Example
Text Example
White with #53D056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D056; }
p { color: rgb(83,208,86); }
H1.HeaderClassName
{
color: #53D056;
}
.AnyTagClassName
{
color: #53D056;
}
</style>
background-color css
<style>
a { background-color: #53D056; }
a { background-color: rgb(83,208,86); }
div.DivClassName
{
background-color: #53D056;
}
.BgClassName
{
background-color: #53D056;
}
</style>
border-color css
<style>
span { border-color: #53D056; }
span { border-color: rgb(83,208,86); }
td.TdClassName
{
border-color: #53D056;
}
.TagClassName
{
border-color: #53D056;
}
</style>