Shades of Fern #5BAA6E
Tints of Fern #5BAA6E
RGB
CMYK
RGB Variations
Color information
#5BAA6E (or 0x5BAA6E) is known color: Fern. HEX triplet: 5B, AA and 6E. RGB value is (91,170,110). Sum of RGB (Red+Green+Blue) = 91+170+110=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAA6E is #A45591. Grayscale: #8B8B8B. Windows color (decimal): -10769810 or 7252571. OLE color: 7252571.
HSL color Cylindrical-coordinate representation of color #5BAA6E: hue angle of 134.43º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BAA6E is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 110 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.33 |
| HSL | 134.43º | 0.32% | 0.51% | - |
| HSV(B) | 134.43º | 0.46% | 0.67% | - |
| XYZ | 21.5 | 32.1 | 19.81 | - |
| YUV | 139.54 | 111.33 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 110 | 0.46 | 0 | 0.35 | 0.33 | 134.43 | 0.32 | 0.51 |
| Hex | 5B | AA | 6E | 2E | 0 | 23 | 21 | 86 | 20 | 33 |
| Octal | 133 | 252 | 156 | 56 | 0 | 43 | 41 | 206 | 40 | 63 |
| Binary | 1011011 | 10101010 | 1101110 | 101110 | 0 | 100011 | 100001 | 10000110 | 100000 | 110011 |
Color Harmonies of #5BAA6E
Complementary color
Monochromatic Colors of #5BAA6E
Black with #5BAA6E
Text Example
Text Example
White with #5BAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA6E; }
p { color: rgb(91,170,110); }
H1.HeaderClassName
{
color: #5BAA6E;
}
.AnyTagClassName
{
color: #5BAA6E;
}
</style>
background-color css
<style>
a { background-color: #5BAA6E; }
a { background-color: rgb(91,170,110); }
div.DivClassName
{
background-color: #5BAA6E;
}
.BgClassName
{
background-color: #5BAA6E;
}
</style>
border-color css
<style>
span { border-color: #5BAA6E; }
span { border-color: rgb(91,170,110); }
td.TdClassName
{
border-color: #5BAA6E;
}
.TagClassName
{
border-color: #5BAA6E;
}
</style>