Shades of Fern #5AB374
Tints of Fern #5AB374
RGB
CMYK
RGB Variations
Color information
#5AB374 (or 0x5AB374) is known color: Fern. HEX triplet: 5A, B3 and 74. RGB value is (90,179,116). Sum of RGB (Red+Green+Blue) = 90+179+116=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB374 is #A54C8B. Grayscale: #919191. Windows color (decimal): -10833036 or 7648090. OLE color: 7648090.
HSL color Cylindrical-coordinate representation of color #5AB374: hue angle of 137.53º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB374 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 116 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.30 |
| HSL | 137.53º | 0.37% | 0.53% | - |
| HSV(B) | 137.53º | 0.5% | 0.7% | - |
| XYZ | 23.49 | 35.67 | 22.17 | - |
| YUV | 145.21 | 111.51 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 116 | 0.50 | 0 | 0.35 | 0.30 | 137.53 | 0.37 | 0.53 |
| Hex | 5A | B3 | 74 | 32 | 0 | 23 | 1E | 8A | 25 | 35 |
| Octal | 132 | 263 | 164 | 62 | 0 | 43 | 36 | 212 | 45 | 65 |
| Binary | 1011010 | 10110011 | 1110100 | 110010 | 0 | 100011 | 11110 | 10001010 | 100101 | 110101 |
Color Harmonies of #5AB374
Complementary color
Monochromatic Colors of #5AB374
Black with #5AB374
Text Example
Text Example
White with #5AB374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB374; }
p { color: rgb(90,179,116); }
H1.HeaderClassName
{
color: #5AB374;
}
.AnyTagClassName
{
color: #5AB374;
}
</style>
background-color css
<style>
a { background-color: #5AB374; }
a { background-color: rgb(90,179,116); }
div.DivClassName
{
background-color: #5AB374;
}
.BgClassName
{
background-color: #5AB374;
}
</style>
border-color css
<style>
span { border-color: #5AB374; }
span { border-color: rgb(90,179,116); }
td.TdClassName
{
border-color: #5AB374;
}
.TagClassName
{
border-color: #5AB374;
}
</style>