Shades of Fern #5ABD6D
Tints of Fern #5ABD6D
RGB
CMYK
RGB Variations
Color information
#5ABD6D (or 0x5ABD6D) is known color: Fern. HEX triplet: 5A, BD and 6D. RGB value is (90,189,109). Sum of RGB (Red+Green+Blue) = 90+189+109=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD6D is #A54292. Grayscale: #969696. Windows color (decimal): -10830483 or 7191898. OLE color: 7191898.
HSL color Cylindrical-coordinate representation of color #5ABD6D: hue angle of 131.52º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD6D is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 109 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.26 |
| HSL | 131.52º | 0.43% | 0.55% | - |
| HSV(B) | 131.52º | 0.52% | 0.74% | - |
| XYZ | 25.17 | 39.67 | 20.8 | - |
| YUV | 150.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 109 | 0.52 | 0 | 0.42 | 0.26 | 131.52 | 0.43 | 0.55 |
| Hex | 5A | BD | 6D | 34 | 0 | 2A | 1A | 84 | 2B | 37 |
| Octal | 132 | 275 | 155 | 64 | 0 | 52 | 32 | 204 | 53 | 67 |
| Binary | 1011010 | 10111101 | 1101101 | 110100 | 0 | 101010 | 11010 | 10000100 | 101011 | 110111 |
Color Harmonies of #5ABD6D
Complementary color
Monochromatic Colors of #5ABD6D
Black with #5ABD6D
Text Example
Text Example
White with #5ABD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD6D; }
p { color: rgb(90,189,109); }
H1.HeaderClassName
{
color: #5ABD6D;
}
.AnyTagClassName
{
color: #5ABD6D;
}
</style>
background-color css
<style>
a { background-color: #5ABD6D; }
a { background-color: rgb(90,189,109); }
div.DivClassName
{
background-color: #5ABD6D;
}
.BgClassName
{
background-color: #5ABD6D;
}
</style>
border-color css
<style>
span { border-color: #5ABD6D; }
span { border-color: rgb(90,189,109); }
td.TdClassName
{
border-color: #5ABD6D;
}
.TagClassName
{
border-color: #5ABD6D;
}
</style>