Shades of Fern #53C557
Tints of Fern #53C557
RGB
CMYK
RGB Variations
Color information
#53C557 (or 0x53C557) is known color: Fern. HEX triplet: 53, C5 and 57. RGB value is (83,197,87). Sum of RGB (Red+Green+Blue) = 83+197+87=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #53C557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C557 is #AC3AA8. Grayscale: #969696. Windows color (decimal): -11287209 or 5752147. OLE color: 5752147.
HSL color Cylindrical-coordinate representation of color #53C557: hue angle of 122.11º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C557 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 87 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.23 |
| HSL | 122.11º | 0.5% | 0.55% | - |
| HSV(B) | 122.11º | 0.58% | 0.77% | - |
| XYZ | 25.25 | 42.46 | 15.88 | - |
| YUV | 150.37 | 92.23 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 87 | 0.58 | 0 | 0.56 | 0.23 | 122.11 | 0.5 | 0.55 |
| Hex | 53 | C5 | 57 | 3A | 0 | 38 | 17 | 7A | 32 | 37 |
| Octal | 123 | 305 | 127 | 72 | 0 | 70 | 27 | 172 | 62 | 67 |
| Binary | 1010011 | 11000101 | 1010111 | 111010 | 0 | 111000 | 10111 | 1111010 | 110010 | 110111 |
Color Harmonies of #53C557
Complementary color
Monochromatic Colors of #53C557
Black with #53C557
Text Example
Text Example
White with #53C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C557; }
p { color: rgb(83,197,87); }
H1.HeaderClassName
{
color: #53C557;
}
.AnyTagClassName
{
color: #53C557;
}
</style>
background-color css
<style>
a { background-color: #53C557; }
a { background-color: rgb(83,197,87); }
div.DivClassName
{
background-color: #53C557;
}
.BgClassName
{
background-color: #53C557;
}
</style>
border-color css
<style>
span { border-color: #53C557; }
span { border-color: rgb(83,197,87); }
td.TdClassName
{
border-color: #53C557;
}
.TagClassName
{
border-color: #53C557;
}
</style>