Shades of Fern #53D557
Tints of Fern #53D557
RGB
CMYK
RGB Variations
Color information
#53D557 (or 0x53D557) is known color: Fern. HEX triplet: 53, D5 and 57. RGB value is (83,213,87). Sum of RGB (Red+Green+Blue) = 83+213+87=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #53D557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D557 is #AC2AA8. Grayscale: #A0A0A0. Windows color (decimal): -11283113 or 5756243. OLE color: 5756243.
HSL color Cylindrical-coordinate representation of color #53D557: hue angle of 121.85º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D557 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 213 | 87 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.16 |
| HSL | 121.85º | 0.61% | 0.58% | - |
| HSV(B) | 121.85º | 0.61% | 0.84% | - |
| XYZ | 29.08 | 50.12 | 17.16 | - |
| YUV | 159.77 | 86.93 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 213 | 87 | 0.61 | 0 | 0.59 | 0.16 | 121.85 | 0.61 | 0.58 |
| Hex | 53 | D5 | 57 | 3D | 0 | 3B | 10 | 7A | 3D | 3A |
| Octal | 123 | 325 | 127 | 75 | 0 | 73 | 20 | 172 | 75 | 72 |
| Binary | 1010011 | 11010101 | 1010111 | 111101 | 0 | 111011 | 10000 | 1111010 | 111101 | 111010 |
Color Harmonies of #53D557
Complementary color
Monochromatic Colors of #53D557
Black with #53D557
Text Example
Text Example
White with #53D557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D557; }
p { color: rgb(83,213,87); }
H1.HeaderClassName
{
color: #53D557;
}
.AnyTagClassName
{
color: #53D557;
}
</style>
background-color css
<style>
a { background-color: #53D557; }
a { background-color: rgb(83,213,87); }
div.DivClassName
{
background-color: #53D557;
}
.BgClassName
{
background-color: #53D557;
}
</style>
border-color css
<style>
span { border-color: #53D557; }
span { border-color: rgb(83,213,87); }
td.TdClassName
{
border-color: #53D557;
}
.TagClassName
{
border-color: #53D557;
}
</style>