Shades of Fern #53B860
Tints of Fern #53B860
RGB
CMYK
RGB Variations
Color information
#53B860 (or 0x53B860) is known color: Fern. HEX triplet: 53, B8 and 60. RGB value is (83,184,96). Sum of RGB (Red+Green+Blue) = 83+184+96=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #53B860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B860 is #AC479F. Grayscale: #909090. Windows color (decimal): -11290528 or 6338643. OLE color: 6338643.
HSL color Cylindrical-coordinate representation of color #53B860: hue angle of 127.72º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B860 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 96 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.28 |
| HSL | 127.72º | 0.42% | 0.52% | - |
| HSV(B) | 127.72º | 0.55% | 0.72% | - |
| XYZ | 22.82 | 36.96 | 17 | - |
| YUV | 143.77 | 101.04 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 96 | 0.55 | 0 | 0.48 | 0.28 | 127.72 | 0.42 | 0.52 |
| Hex | 53 | B8 | 60 | 37 | 0 | 30 | 1C | 80 | 2A | 34 |
| Octal | 123 | 270 | 140 | 67 | 0 | 60 | 34 | 200 | 52 | 64 |
| Binary | 1010011 | 10111000 | 1100000 | 110111 | 0 | 110000 | 11100 | 10000000 | 101010 | 110100 |
Color Harmonies of #53B860
Complementary color
Monochromatic Colors of #53B860
Black with #53B860
Text Example
Text Example
White with #53B860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B860; }
p { color: rgb(83,184,96); }
H1.HeaderClassName
{
color: #53B860;
}
.AnyTagClassName
{
color: #53B860;
}
</style>
background-color css
<style>
a { background-color: #53B860; }
a { background-color: rgb(83,184,96); }
div.DivClassName
{
background-color: #53B860;
}
.BgClassName
{
background-color: #53B860;
}
</style>
border-color css
<style>
span { border-color: #53B860; }
span { border-color: rgb(83,184,96); }
td.TdClassName
{
border-color: #53B860;
}
.TagClassName
{
border-color: #53B860;
}
</style>