Shades of Fern #5AD558
Tints of Fern #5AD558
RGB
CMYK
RGB Variations
Color information
#5AD558 (or 0x5AD558) is known color: Fern. HEX triplet: 5A, D5 and 58. RGB value is (90,213,88). Sum of RGB (Red+Green+Blue) = 90+213+88=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD558 is #A52AA7. Grayscale: #A2A2A2. Windows color (decimal): -10824360 or 5821786. OLE color: 5821786.
HSL color Cylindrical-coordinate representation of color #5AD558: hue angle of 119.04º 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 #5AD558 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 88 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.16 |
| HSL | 119.04º | 0.6% | 0.59% | - |
| HSV(B) | 119.04º | 0.59% | 0.84% | - |
| XYZ | 29.77 | 50.47 | 17.4 | - |
| YUV | 161.97 | 86.25 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 88 | 0.58 | 0 | 0.59 | 0.16 | 119.04 | 0.6 | 0.59 |
| Hex | 5A | D5 | 58 | 3A | 0 | 3B | 10 | 77 | 3C | 3B |
| Octal | 132 | 325 | 130 | 72 | 0 | 73 | 20 | 167 | 74 | 73 |
| Binary | 1011010 | 11010101 | 1011000 | 111010 | 0 | 111011 | 10000 | 1110111 | 111100 | 111011 |
Color Harmonies of #5AD558
Complementary color
Monochromatic Colors of #5AD558
Black with #5AD558
Text Example
Text Example
White with #5AD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD558; }
p { color: rgb(90,213,88); }
H1.HeaderClassName
{
color: #5AD558;
}
.AnyTagClassName
{
color: #5AD558;
}
</style>
background-color css
<style>
a { background-color: #5AD558; }
a { background-color: rgb(90,213,88); }
div.DivClassName
{
background-color: #5AD558;
}
.BgClassName
{
background-color: #5AD558;
}
</style>
border-color css
<style>
span { border-color: #5AD558; }
span { border-color: rgb(90,213,88); }
td.TdClassName
{
border-color: #5AD558;
}
.TagClassName
{
border-color: #5AD558;
}
</style>