Shades of Fern #53D657
Tints of Fern #53D657
RGB
CMYK
RGB Variations
Color information
#53D657 (or 0x53D657) is known color: Fern. HEX triplet: 53, D6 and 57. RGB value is (83,214,87). Sum of RGB (Red+Green+Blue) = 83+214+87=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #53D657 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D657 is #AC29A8. Grayscale: #A0A0A0. Windows color (decimal): -11282857 or 5756499. OLE color: 5756499.
HSL color Cylindrical-coordinate representation of color #53D657: hue angle of 121.83º degrees, saturation: 0.62, 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 #53D657 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 87 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.16 |
| HSL | 121.83º | 0.62% | 0.58% | - |
| HSV(B) | 121.83º | 0.61% | 0.84% | - |
| XYZ | 29.33 | 50.62 | 17.24 | - |
| YUV | 160.35 | 86.6 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 87 | 0.61 | 0 | 0.59 | 0.16 | 121.83 | 0.62 | 0.58 |
| Hex | 53 | D6 | 57 | 3D | 0 | 3B | 10 | 7A | 3E | 3A |
| Octal | 123 | 326 | 127 | 75 | 0 | 73 | 20 | 172 | 76 | 72 |
| Binary | 1010011 | 11010110 | 1010111 | 111101 | 0 | 111011 | 10000 | 1111010 | 111110 | 111010 |
Color Harmonies of #53D657
Complementary color
Monochromatic Colors of #53D657
Black with #53D657
Text Example
Text Example
White with #53D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D657; }
p { color: rgb(83,214,87); }
H1.HeaderClassName
{
color: #53D657;
}
.AnyTagClassName
{
color: #53D657;
}
</style>
background-color css
<style>
a { background-color: #53D657; }
a { background-color: rgb(83,214,87); }
div.DivClassName
{
background-color: #53D657;
}
.BgClassName
{
background-color: #53D657;
}
</style>
border-color css
<style>
span { border-color: #53D657; }
span { border-color: rgb(83,214,87); }
td.TdClassName
{
border-color: #53D657;
}
.TagClassName
{
border-color: #53D657;
}
</style>