Shades of Fern #53D855
Tints of Fern #53D855
RGB
CMYK
RGB Variations
Color information
#53D855 (or 0x53D855) is known color: Fern. HEX triplet: 53, D8 and 55. RGB value is (83,216,85). Sum of RGB (Red+Green+Blue) = 83+216+85=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #53D855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D855 is #AC27AA. Grayscale: #A1A1A1. Windows color (decimal): -11282347 or 5625939. OLE color: 5625939.
HSL color Cylindrical-coordinate representation of color #53D855: hue angle of 120.9º 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 #53D855 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 85 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.15 |
| HSL | 120.9º | 0.63% | 0.59% | - |
| HSV(B) | 120.9º | 0.62% | 0.85% | - |
| XYZ | 29.76 | 51.61 | 16.99 | - |
| YUV | 161.3 | 84.94 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 85 | 0.62 | 0 | 0.61 | 0.15 | 120.9 | 0.63 | 0.59 |
| Hex | 53 | D8 | 55 | 3E | 0 | 3D | F | 79 | 3F | 3B |
| Octal | 123 | 330 | 125 | 76 | 0 | 75 | 17 | 171 | 77 | 73 |
| Binary | 1010011 | 11011000 | 1010101 | 111110 | 0 | 111101 | 1111 | 1111001 | 111111 | 111011 |
Color Harmonies of #53D855
Complementary color
Monochromatic Colors of #53D855
Black with #53D855
Text Example
Text Example
White with #53D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D855; }
p { color: rgb(83,216,85); }
H1.HeaderClassName
{
color: #53D855;
}
.AnyTagClassName
{
color: #53D855;
}
</style>
background-color css
<style>
a { background-color: #53D855; }
a { background-color: rgb(83,216,85); }
div.DivClassName
{
background-color: #53D855;
}
.BgClassName
{
background-color: #53D855;
}
</style>
border-color css
<style>
span { border-color: #53D855; }
span { border-color: rgb(83,216,85); }
td.TdClassName
{
border-color: #53D855;
}
.TagClassName
{
border-color: #53D855;
}
</style>