Shades of Fern #53D856
Tints of Fern #53D856
RGB
CMYK
RGB Variations
Color information
#53D856 (or 0x53D856) is known color: Fern. HEX triplet: 53, D8 and 56. RGB value is (83,216,86). Sum of RGB (Red+Green+Blue) = 83+216+86=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #53D856 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D856 is #AC27A9. Grayscale: #A1A1A1. Windows color (decimal): -11282346 or 5691475. OLE color: 5691475.
HSL color Cylindrical-coordinate representation of color #53D856: hue angle of 121.35º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D856 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 86 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.15 |
| HSL | 121.35º | 0.63% | 0.59% | - |
| HSV(B) | 121.35º | 0.62% | 0.85% | - |
| XYZ | 29.8 | 51.62 | 17.2 | - |
| YUV | 161.41 | 85.44 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 86 | 0.62 | 0 | 0.60 | 0.15 | 121.35 | 0.63 | 0.59 |
| Hex | 53 | D8 | 56 | 3E | 0 | 3C | F | 79 | 3F | 3B |
| Octal | 123 | 330 | 126 | 76 | 0 | 74 | 17 | 171 | 77 | 73 |
| Binary | 1010011 | 11011000 | 1010110 | 111110 | 0 | 111100 | 1111 | 1111001 | 111111 | 111011 |
Color Harmonies of #53D856
Complementary color
Monochromatic Colors of #53D856
Black with #53D856
Text Example
Text Example
White with #53D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D856; }
p { color: rgb(83,216,86); }
H1.HeaderClassName
{
color: #53D856;
}
.AnyTagClassName
{
color: #53D856;
}
</style>
background-color css
<style>
a { background-color: #53D856; }
a { background-color: rgb(83,216,86); }
div.DivClassName
{
background-color: #53D856;
}
.BgClassName
{
background-color: #53D856;
}
</style>
border-color css
<style>
span { border-color: #53D856; }
span { border-color: rgb(83,216,86); }
td.TdClassName
{
border-color: #53D856;
}
.TagClassName
{
border-color: #53D856;
}
</style>