Shades of Fern #5ABC67
Tints of Fern #5ABC67
RGB
CMYK
RGB Variations
Color information
#5ABC67 (or 0x5ABC67) is known color: Fern. HEX triplet: 5A, BC and 67. RGB value is (90,188,103). Sum of RGB (Red+Green+Blue) = 90+188+103=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC67 is #A54398. Grayscale: #959595. Windows color (decimal): -10830745 or 6798426. OLE color: 6798426.
HSL color Cylindrical-coordinate representation of color #5ABC67: hue angle of 127.96º 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 #5ABC67 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 103 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.26 |
| HSL | 127.96º | 0.42% | 0.55% | - |
| HSV(B) | 127.96º | 0.52% | 0.74% | - |
| XYZ | 24.65 | 39.12 | 19.08 | - |
| YUV | 149.01 | 102.03 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 103 | 0.52 | 0 | 0.45 | 0.26 | 127.96 | 0.42 | 0.55 |
| Hex | 5A | BC | 67 | 34 | 0 | 2D | 1A | 80 | 2A | 37 |
| Octal | 132 | 274 | 147 | 64 | 0 | 55 | 32 | 200 | 52 | 67 |
| Binary | 1011010 | 10111100 | 1100111 | 110100 | 0 | 101101 | 11010 | 10000000 | 101010 | 110111 |
Color Harmonies of #5ABC67
Complementary color
Monochromatic Colors of #5ABC67
Black with #5ABC67
Text Example
Text Example
White with #5ABC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC67; }
p { color: rgb(90,188,103); }
H1.HeaderClassName
{
color: #5ABC67;
}
.AnyTagClassName
{
color: #5ABC67;
}
</style>
background-color css
<style>
a { background-color: #5ABC67; }
a { background-color: rgb(90,188,103); }
div.DivClassName
{
background-color: #5ABC67;
}
.BgClassName
{
background-color: #5ABC67;
}
</style>
border-color css
<style>
span { border-color: #5ABC67; }
span { border-color: rgb(90,188,103); }
td.TdClassName
{
border-color: #5ABC67;
}
.TagClassName
{
border-color: #5ABC67;
}
</style>