Shades of Fern #5AB55D
Tints of Fern #5AB55D
RGB
CMYK
RGB Variations
Color information
#5AB55D (or 0x5AB55D) is known color: Fern. HEX triplet: 5A, B5 and 5D. RGB value is (90,181,93). Sum of RGB (Red+Green+Blue) = 90+181+93=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB55D is #A54AA2. Grayscale: #909090. Windows color (decimal): -10832547 or 6141274. OLE color: 6141274.
HSL color Cylindrical-coordinate representation of color #5AB55D: hue angle of 121.98º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB55D is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 93 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.29 |
| HSL | 121.98º | 0.38% | 0.53% | - |
| HSV(B) | 121.98º | 0.5% | 0.71% | - |
| XYZ | 22.72 | 36.01 | 16.11 | - |
| YUV | 143.76 | 99.35 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 93 | 0.50 | 0 | 0.49 | 0.29 | 121.98 | 0.38 | 0.53 |
| Hex | 5A | B5 | 5D | 32 | 0 | 31 | 1D | 7A | 26 | 35 |
| Octal | 132 | 265 | 135 | 62 | 0 | 61 | 35 | 172 | 46 | 65 |
| Binary | 1011010 | 10110101 | 1011101 | 110010 | 0 | 110001 | 11101 | 1111010 | 100110 | 110101 |
Color Harmonies of #5AB55D
Complementary color
Monochromatic Colors of #5AB55D
Black with #5AB55D
Text Example
Text Example
White with #5AB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB55D; }
p { color: rgb(90,181,93); }
H1.HeaderClassName
{
color: #5AB55D;
}
.AnyTagClassName
{
color: #5AB55D;
}
</style>
background-color css
<style>
a { background-color: #5AB55D; }
a { background-color: rgb(90,181,93); }
div.DivClassName
{
background-color: #5AB55D;
}
.BgClassName
{
background-color: #5AB55D;
}
</style>
border-color css
<style>
span { border-color: #5AB55D; }
span { border-color: rgb(90,181,93); }
td.TdClassName
{
border-color: #5AB55D;
}
.TagClassName
{
border-color: #5AB55D;
}
</style>