Shades of Fern #5AD061
Tints of Fern #5AD061
RGB
CMYK
RGB Variations
Color information
#5AD061 (or 0x5AD061) is known color: Fern. HEX triplet: 5A, D0 and 61. RGB value is (90,208,97). Sum of RGB (Red+Green+Blue) = 90+208+97=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD061 is #A52F9E. Grayscale: #A0A0A0. Windows color (decimal): -10825631 or 6410330. OLE color: 6410330.
HSL color Cylindrical-coordinate representation of color #5AD061: hue angle of 123.56º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD061 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 97 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.18 |
| HSL | 123.56º | 0.56% | 0.58% | - |
| HSV(B) | 123.56º | 0.57% | 0.82% | - |
| XYZ | 28.93 | 48.15 | 19.08 | - |
| YUV | 160.06 | 92.41 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 97 | 0.57 | 0 | 0.53 | 0.18 | 123.56 | 0.56 | 0.58 |
| Hex | 5A | D0 | 61 | 39 | 0 | 35 | 12 | 7C | 38 | 3A |
| Octal | 132 | 320 | 141 | 71 | 0 | 65 | 22 | 174 | 70 | 72 |
| Binary | 1011010 | 11010000 | 1100001 | 111001 | 0 | 110101 | 10010 | 1111100 | 111000 | 111010 |
Color Harmonies of #5AD061
Complementary color
Monochromatic Colors of #5AD061
Black with #5AD061
Text Example
Text Example
White with #5AD061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD061; }
p { color: rgb(90,208,97); }
H1.HeaderClassName
{
color: #5AD061;
}
.AnyTagClassName
{
color: #5AD061;
}
</style>
background-color css
<style>
a { background-color: #5AD061; }
a { background-color: rgb(90,208,97); }
div.DivClassName
{
background-color: #5AD061;
}
.BgClassName
{
background-color: #5AD061;
}
</style>
border-color css
<style>
span { border-color: #5AD061; }
span { border-color: rgb(90,208,97); }
td.TdClassName
{
border-color: #5AD061;
}
.TagClassName
{
border-color: #5AD061;
}
</style>