Shades of Fern #5AD560
Tints of Fern #5AD560
RGB
CMYK
RGB Variations
Color information
#5AD560 (or 0x5AD560) is known color: Fern. HEX triplet: 5A, D5 and 60. RGB value is (90,213,96). Sum of RGB (Red+Green+Blue) = 90+213+96=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD560 is #A52A9F. Grayscale: #A3A3A3. Windows color (decimal): -10824352 or 6346074. OLE color: 6346074.
HSL color Cylindrical-coordinate representation of color #5AD560: hue angle of 122.93º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD560 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 96 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.16 |
| HSL | 122.93º | 0.59% | 0.59% | - |
| HSV(B) | 122.93º | 0.58% | 0.84% | - |
| XYZ | 30.12 | 50.61 | 19.25 | - |
| YUV | 162.89 | 90.25 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 96 | 0.58 | 0 | 0.55 | 0.16 | 122.93 | 0.59 | 0.59 |
| Hex | 5A | D5 | 60 | 3A | 0 | 37 | 10 | 7B | 3B | 3B |
| Octal | 132 | 325 | 140 | 72 | 0 | 67 | 20 | 173 | 73 | 73 |
| Binary | 1011010 | 11010101 | 1100000 | 111010 | 0 | 110111 | 10000 | 1111011 | 111011 | 111011 |
Color Harmonies of #5AD560
Complementary color
Monochromatic Colors of #5AD560
Black with #5AD560
Text Example
Text Example
White with #5AD560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD560; }
p { color: rgb(90,213,96); }
H1.HeaderClassName
{
color: #5AD560;
}
.AnyTagClassName
{
color: #5AD560;
}
</style>
background-color css
<style>
a { background-color: #5AD560; }
a { background-color: rgb(90,213,96); }
div.DivClassName
{
background-color: #5AD560;
}
.BgClassName
{
background-color: #5AD560;
}
</style>
border-color css
<style>
span { border-color: #5AD560; }
span { border-color: rgb(90,213,96); }
td.TdClassName
{
border-color: #5AD560;
}
.TagClassName
{
border-color: #5AD560;
}
</style>