Shades of Fern #5ABB5D
Tints of Fern #5ABB5D
RGB
CMYK
RGB Variations
Color information
#5ABB5D (or 0x5ABB5D) is known color: Fern. HEX triplet: 5A, BB and 5D. RGB value is (90,187,93). Sum of RGB (Red+Green+Blue) = 90+187+93=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABB5D is #A544A2. Grayscale: #939393. Windows color (decimal): -10831011 or 6142810. OLE color: 6142810.
HSL color Cylindrical-coordinate representation of color #5ABB5D: hue angle of 121.86º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABB5D is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 93 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.27 |
| HSL | 121.86º | 0.42% | 0.54% | - |
| HSV(B) | 121.86º | 0.52% | 0.73% | - |
| XYZ | 23.96 | 38.5 | 16.53 | - |
| YUV | 147.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 93 | 0.52 | 0 | 0.50 | 0.27 | 121.86 | 0.42 | 0.54 |
| Hex | 5A | BB | 5D | 34 | 0 | 32 | 1B | 7A | 2A | 36 |
| Octal | 132 | 273 | 135 | 64 | 0 | 62 | 33 | 172 | 52 | 66 |
| Binary | 1011010 | 10111011 | 1011101 | 110100 | 0 | 110010 | 11011 | 1111010 | 101010 | 110110 |
Color Harmonies of #5ABB5D
Complementary color
Monochromatic Colors of #5ABB5D
Black with #5ABB5D
Text Example
Text Example
White with #5ABB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB5D; }
p { color: rgb(90,187,93); }
H1.HeaderClassName
{
color: #5ABB5D;
}
.AnyTagClassName
{
color: #5ABB5D;
}
</style>
background-color css
<style>
a { background-color: #5ABB5D; }
a { background-color: rgb(90,187,93); }
div.DivClassName
{
background-color: #5ABB5D;
}
.BgClassName
{
background-color: #5ABB5D;
}
</style>
border-color css
<style>
span { border-color: #5ABB5D; }
span { border-color: rgb(90,187,93); }
td.TdClassName
{
border-color: #5ABB5D;
}
.TagClassName
{
border-color: #5ABB5D;
}
</style>