Shades of Fern #5ABB6D
Tints of Fern #5ABB6D
RGB
CMYK
RGB Variations
Color information
#5ABB6D (or 0x5ABB6D) is known color: Fern. HEX triplet: 5A, BB and 6D. RGB value is (90,187,109). Sum of RGB (Red+Green+Blue) = 90+187+109=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABB6D is #A54492. Grayscale: #959595. Windows color (decimal): -10830995 or 7191386. OLE color: 7191386.
HSL color Cylindrical-coordinate representation of color #5ABB6D: hue angle of 131.75º 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 #5ABB6D is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 109 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.27 |
| HSL | 131.75º | 0.42% | 0.54% | - |
| HSV(B) | 131.75º | 0.52% | 0.73% | - |
| XYZ | 24.75 | 38.82 | 20.66 | - |
| YUV | 149.11 | 105.36 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 109 | 0.52 | 0 | 0.42 | 0.27 | 131.75 | 0.42 | 0.54 |
| Hex | 5A | BB | 6D | 34 | 0 | 2A | 1B | 84 | 2A | 36 |
| Octal | 132 | 273 | 155 | 64 | 0 | 52 | 33 | 204 | 52 | 66 |
| Binary | 1011010 | 10111011 | 1101101 | 110100 | 0 | 101010 | 11011 | 10000100 | 101010 | 110110 |
Color Harmonies of #5ABB6D
Complementary color
Monochromatic Colors of #5ABB6D
Black with #5ABB6D
Text Example
Text Example
White with #5ABB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB6D; }
p { color: rgb(90,187,109); }
H1.HeaderClassName
{
color: #5ABB6D;
}
.AnyTagClassName
{
color: #5ABB6D;
}
</style>
background-color css
<style>
a { background-color: #5ABB6D; }
a { background-color: rgb(90,187,109); }
div.DivClassName
{
background-color: #5ABB6D;
}
.BgClassName
{
background-color: #5ABB6D;
}
</style>
border-color css
<style>
span { border-color: #5ABB6D; }
span { border-color: rgb(90,187,109); }
td.TdClassName
{
border-color: #5ABB6D;
}
.TagClassName
{
border-color: #5ABB6D;
}
</style>