Shades of Fern #5ABC6D
Tints of Fern #5ABC6D
RGB
CMYK
RGB Variations
Color information
#5ABC6D (or 0x5ABC6D) is known color: Fern. HEX triplet: 5A, BC and 6D. RGB value is (90,188,109). Sum of RGB (Red+Green+Blue) = 90+188+109=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC6D is #A54392. Grayscale: #959595. Windows color (decimal): -10830739 or 7191642. OLE color: 7191642.
HSL color Cylindrical-coordinate representation of color #5ABC6D: hue angle of 131.63º degrees, saturation: 0.42, 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 #5ABC6D is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 109 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.26 |
| HSL | 131.63º | 0.42% | 0.55% | - |
| HSV(B) | 131.63º | 0.52% | 0.74% | - |
| XYZ | 24.96 | 39.24 | 20.73 | - |
| YUV | 149.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 109 | 0.52 | 0 | 0.42 | 0.26 | 131.63 | 0.42 | 0.55 |
| Hex | 5A | BC | 6D | 34 | 0 | 2A | 1A | 84 | 2A | 37 |
| Octal | 132 | 274 | 155 | 64 | 0 | 52 | 32 | 204 | 52 | 67 |
| Binary | 1011010 | 10111100 | 1101101 | 110100 | 0 | 101010 | 11010 | 10000100 | 101010 | 110111 |
Color Harmonies of #5ABC6D
Complementary color
Monochromatic Colors of #5ABC6D
Black with #5ABC6D
Text Example
Text Example
White with #5ABC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC6D; }
p { color: rgb(90,188,109); }
H1.HeaderClassName
{
color: #5ABC6D;
}
.AnyTagClassName
{
color: #5ABC6D;
}
</style>
background-color css
<style>
a { background-color: #5ABC6D; }
a { background-color: rgb(90,188,109); }
div.DivClassName
{
background-color: #5ABC6D;
}
.BgClassName
{
background-color: #5ABC6D;
}
</style>
border-color css
<style>
span { border-color: #5ABC6D; }
span { border-color: rgb(90,188,109); }
td.TdClassName
{
border-color: #5ABC6D;
}
.TagClassName
{
border-color: #5ABC6D;
}
</style>