Shades of Fern #5AD556
Tints of Fern #5AD556
RGB
CMYK
RGB Variations
Color information
#5AD556 (or 0x5AD556) is known color: Fern. HEX triplet: 5A, D5 and 56. RGB value is (90,213,86). Sum of RGB (Red+Green+Blue) = 90+213+86=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD556 is #A52AA9. Grayscale: #A2A2A2. Windows color (decimal): -10824362 or 5690714. OLE color: 5690714.
HSL color Cylindrical-coordinate representation of color #5AD556: hue angle of 118.11º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AD556 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 86 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.16 |
| HSL | 118.11º | 0.6% | 0.59% | - |
| HSV(B) | 118.11º | 0.6% | 0.84% | - |
| XYZ | 29.69 | 50.43 | 16.97 | - |
| YUV | 161.75 | 85.25 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 86 | 0.58 | 0 | 0.60 | 0.16 | 118.11 | 0.6 | 0.59 |
| Hex | 5A | D5 | 56 | 3A | 0 | 3C | 10 | 76 | 3C | 3B |
| Octal | 132 | 325 | 126 | 72 | 0 | 74 | 20 | 166 | 74 | 73 |
| Binary | 1011010 | 11010101 | 1010110 | 111010 | 0 | 111100 | 10000 | 1110110 | 111100 | 111011 |
Color Harmonies of #5AD556
Complementary color
Monochromatic Colors of #5AD556
Black with #5AD556
Text Example
Text Example
White with #5AD556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD556; }
p { color: rgb(90,213,86); }
H1.HeaderClassName
{
color: #5AD556;
}
.AnyTagClassName
{
color: #5AD556;
}
</style>
background-color css
<style>
a { background-color: #5AD556; }
a { background-color: rgb(90,213,86); }
div.DivClassName
{
background-color: #5AD556;
}
.BgClassName
{
background-color: #5AD556;
}
</style>
border-color css
<style>
span { border-color: #5AD556; }
span { border-color: rgb(90,213,86); }
td.TdClassName
{
border-color: #5AD556;
}
.TagClassName
{
border-color: #5AD556;
}
</style>