Shades of Fern #5AD361
Tints of Fern #5AD361
RGB
CMYK
RGB Variations
Color information
#5AD361 (or 0x5AD361) is known color: Fern. HEX triplet: 5A, D3 and 61. RGB value is (90,211,97). Sum of RGB (Red+Green+Blue) = 90+211+97=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD361 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD361 is #A52C9E. Grayscale: #A2A2A2. Windows color (decimal): -10824863 or 6411098. OLE color: 6411098.
HSL color Cylindrical-coordinate representation of color #5AD361: hue angle of 123.47º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD361 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 97 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.17 |
| HSL | 123.47º | 0.58% | 0.59% | - |
| HSV(B) | 123.47º | 0.57% | 0.83% | - |
| XYZ | 29.67 | 49.63 | 19.32 | - |
| YUV | 161.83 | 91.41 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 97 | 0.57 | 0 | 0.54 | 0.17 | 123.47 | 0.58 | 0.59 |
| Hex | 5A | D3 | 61 | 39 | 0 | 36 | 11 | 7B | 3A | 3B |
| Octal | 132 | 323 | 141 | 71 | 0 | 66 | 21 | 173 | 72 | 73 |
| Binary | 1011010 | 11010011 | 1100001 | 111001 | 0 | 110110 | 10001 | 1111011 | 111010 | 111011 |
Color Harmonies of #5AD361
Complementary color
Monochromatic Colors of #5AD361
Black with #5AD361
Text Example
Text Example
White with #5AD361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD361; }
p { color: rgb(90,211,97); }
H1.HeaderClassName
{
color: #5AD361;
}
.AnyTagClassName
{
color: #5AD361;
}
</style>
background-color css
<style>
a { background-color: #5AD361; }
a { background-color: rgb(90,211,97); }
div.DivClassName
{
background-color: #5AD361;
}
.BgClassName
{
background-color: #5AD361;
}
</style>
border-color css
<style>
span { border-color: #5AD361; }
span { border-color: rgb(90,211,97); }
td.TdClassName
{
border-color: #5AD361;
}
.TagClassName
{
border-color: #5AD361;
}
</style>