Shades of Fern #53D558
Tints of Fern #53D558
RGB
CMYK
RGB Variations
Color information
#53D558 (or 0x53D558) is known color: Fern. HEX triplet: 53, D5 and 58. RGB value is (83,213,88). Sum of RGB (Red+Green+Blue) = 83+213+88=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #53D558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D558 is #AC2AA7. Grayscale: #A0A0A0. Windows color (decimal): -11283112 or 5821779. OLE color: 5821779.
HSL color Cylindrical-coordinate representation of color #53D558: hue angle of 122.31º 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 #53D558 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 213 | 88 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.16 |
| HSL | 122.31º | 0.61% | 0.58% | - |
| HSV(B) | 122.31º | 0.61% | 0.84% | - |
| XYZ | 29.12 | 50.13 | 17.37 | - |
| YUV | 159.88 | 87.43 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 213 | 88 | 0.61 | 0 | 0.59 | 0.16 | 122.31 | 0.61 | 0.58 |
| Hex | 53 | D5 | 58 | 3D | 0 | 3B | 10 | 7A | 3D | 3A |
| Octal | 123 | 325 | 130 | 75 | 0 | 73 | 20 | 172 | 75 | 72 |
| Binary | 1010011 | 11010101 | 1011000 | 111101 | 0 | 111011 | 10000 | 1111010 | 111101 | 111010 |
Color Harmonies of #53D558
Complementary color
Monochromatic Colors of #53D558
Black with #53D558
Text Example
Text Example
White with #53D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D558; }
p { color: rgb(83,213,88); }
H1.HeaderClassName
{
color: #53D558;
}
.AnyTagClassName
{
color: #53D558;
}
</style>
background-color css
<style>
a { background-color: #53D558; }
a { background-color: rgb(83,213,88); }
div.DivClassName
{
background-color: #53D558;
}
.BgClassName
{
background-color: #53D558;
}
</style>
border-color css
<style>
span { border-color: #53D558; }
span { border-color: rgb(83,213,88); }
td.TdClassName
{
border-color: #53D558;
}
.TagClassName
{
border-color: #53D558;
}
</style>