Shades of Fern #5AB55C
Tints of Fern #5AB55C
RGB
CMYK
RGB Variations
Color information
#5AB55C (or 0x5AB55C) is known color: Fern. HEX triplet: 5A, B5 and 5C. RGB value is (90,181,92). Sum of RGB (Red+Green+Blue) = 90+181+92=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB55C is #A54AA3. Grayscale: #8F8F8F. Windows color (decimal): -10832548 or 6075738. OLE color: 6075738.
HSL color Cylindrical-coordinate representation of color #5AB55C: hue angle of 121.32º 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 #5AB55C is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 92 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.29 |
| HSL | 121.32º | 0.38% | 0.53% | - |
| HSV(B) | 121.32º | 0.5% | 0.71% | - |
| XYZ | 22.67 | 35.99 | 15.88 | - |
| YUV | 143.65 | 98.85 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 92 | 0.50 | 0 | 0.49 | 0.29 | 121.32 | 0.38 | 0.53 |
| Hex | 5A | B5 | 5C | 32 | 0 | 31 | 1D | 79 | 26 | 35 |
| Octal | 132 | 265 | 134 | 62 | 0 | 61 | 35 | 171 | 46 | 65 |
| Binary | 1011010 | 10110101 | 1011100 | 110010 | 0 | 110001 | 11101 | 1111001 | 100110 | 110101 |
Color Harmonies of #5AB55C
Complementary color
Monochromatic Colors of #5AB55C
Black with #5AB55C
Text Example
Text Example
White with #5AB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB55C; }
p { color: rgb(90,181,92); }
H1.HeaderClassName
{
color: #5AB55C;
}
.AnyTagClassName
{
color: #5AB55C;
}
</style>
background-color css
<style>
a { background-color: #5AB55C; }
a { background-color: rgb(90,181,92); }
div.DivClassName
{
background-color: #5AB55C;
}
.BgClassName
{
background-color: #5AB55C;
}
</style>
border-color css
<style>
span { border-color: #5AB55C; }
span { border-color: rgb(90,181,92); }
td.TdClassName
{
border-color: #5AB55C;
}
.TagClassName
{
border-color: #5AB55C;
}
</style>