Shades of Fern #5AD557
Tints of Fern #5AD557
RGB
CMYK
RGB Variations
Color information
#5AD557 (or 0x5AD557) is known color: Fern. HEX triplet: 5A, D5 and 57. RGB value is (90,213,87). Sum of RGB (Red+Green+Blue) = 90+213+87=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD557 is #A52AA8. Grayscale: #A2A2A2. Windows color (decimal): -10824361 or 5756250. OLE color: 5756250.
HSL color Cylindrical-coordinate representation of color #5AD557: hue angle of 118.57º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD557 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 87 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.16 |
| HSL | 118.57º | 0.6% | 0.59% | - |
| HSV(B) | 118.57º | 0.59% | 0.84% | - |
| XYZ | 29.73 | 50.45 | 17.19 | - |
| YUV | 161.86 | 85.75 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 87 | 0.58 | 0 | 0.59 | 0.16 | 118.57 | 0.6 | 0.59 |
| Hex | 5A | D5 | 57 | 3A | 0 | 3B | 10 | 77 | 3C | 3B |
| Octal | 132 | 325 | 127 | 72 | 0 | 73 | 20 | 167 | 74 | 73 |
| Binary | 1011010 | 11010101 | 1010111 | 111010 | 0 | 111011 | 10000 | 1110111 | 111100 | 111011 |
Color Harmonies of #5AD557
Complementary color
Monochromatic Colors of #5AD557
Black with #5AD557
Text Example
Text Example
White with #5AD557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD557; }
p { color: rgb(90,213,87); }
H1.HeaderClassName
{
color: #5AD557;
}
.AnyTagClassName
{
color: #5AD557;
}
</style>
background-color css
<style>
a { background-color: #5AD557; }
a { background-color: rgb(90,213,87); }
div.DivClassName
{
background-color: #5AD557;
}
.BgClassName
{
background-color: #5AD557;
}
</style>
border-color css
<style>
span { border-color: #5AD557; }
span { border-color: rgb(90,213,87); }
td.TdClassName
{
border-color: #5AD557;
}
.TagClassName
{
border-color: #5AD557;
}
</style>