Shades of Fern #5AB55B
Tints of Fern #5AB55B
RGB
CMYK
RGB Variations
Color information
#5AB55B (or 0x5AB55B) is known color: Fern. HEX triplet: 5A, B5 and 5B. RGB value is (90,181,91). Sum of RGB (Red+Green+Blue) = 90+181+91=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB55B is #A54AA4. Grayscale: #8F8F8F. Windows color (decimal): -10832549 or 6010202. OLE color: 6010202.
HSL color Cylindrical-coordinate representation of color #5AB55B: hue angle of 120.66º 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 #5AB55B is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 91 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.29 |
| HSL | 120.66º | 0.38% | 0.53% | - |
| HSV(B) | 120.66º | 0.5% | 0.71% | - |
| XYZ | 22.63 | 35.98 | 15.65 | - |
| YUV | 143.53 | 98.35 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 91 | 0.50 | 0 | 0.50 | 0.29 | 120.66 | 0.38 | 0.53 |
| Hex | 5A | B5 | 5B | 32 | 0 | 32 | 1D | 79 | 26 | 35 |
| Octal | 132 | 265 | 133 | 62 | 0 | 62 | 35 | 171 | 46 | 65 |
| Binary | 1011010 | 10110101 | 1011011 | 110010 | 0 | 110010 | 11101 | 1111001 | 100110 | 110101 |
Color Harmonies of #5AB55B
Complementary color
Monochromatic Colors of #5AB55B
Black with #5AB55B
Text Example
Text Example
White with #5AB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB55B; }
p { color: rgb(90,181,91); }
H1.HeaderClassName
{
color: #5AB55B;
}
.AnyTagClassName
{
color: #5AB55B;
}
</style>
background-color css
<style>
a { background-color: #5AB55B; }
a { background-color: rgb(90,181,91); }
div.DivClassName
{
background-color: #5AB55B;
}
.BgClassName
{
background-color: #5AB55B;
}
</style>
border-color css
<style>
span { border-color: #5AB55B; }
span { border-color: rgb(90,181,91); }
td.TdClassName
{
border-color: #5AB55B;
}
.TagClassName
{
border-color: #5AB55B;
}
</style>