Shades of Fern #5BAA6B
Tints of Fern #5BAA6B
RGB
CMYK
RGB Variations
Color information
#5BAA6B (or 0x5BAA6B) is known color: Fern. HEX triplet: 5B, AA and 6B. RGB value is (91,170,107). Sum of RGB (Red+Green+Blue) = 91+170+107=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAA6B is #A45594. Grayscale: #8B8B8B. Windows color (decimal): -10769813 or 7055963. OLE color: 7055963.
HSL color Cylindrical-coordinate representation of color #5BAA6B: hue angle of 132.15º 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 #5BAA6B is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 107 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.33 |
| HSL | 132.15º | 0.32% | 0.51% | - |
| HSV(B) | 132.15º | 0.46% | 0.67% | - |
| XYZ | 21.34 | 32.04 | 18.97 | - |
| YUV | 139.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 107 | 0.46 | 0 | 0.37 | 0.33 | 132.15 | 0.32 | 0.51 |
| Hex | 5B | AA | 6B | 2E | 0 | 25 | 21 | 84 | 20 | 33 |
| Octal | 133 | 252 | 153 | 56 | 0 | 45 | 41 | 204 | 40 | 63 |
| Binary | 1011011 | 10101010 | 1101011 | 101110 | 0 | 100101 | 100001 | 10000100 | 100000 | 110011 |
Color Harmonies of #5BAA6B
Complementary color
Monochromatic Colors of #5BAA6B
Black with #5BAA6B
Text Example
Text Example
White with #5BAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA6B; }
p { color: rgb(91,170,107); }
H1.HeaderClassName
{
color: #5BAA6B;
}
.AnyTagClassName
{
color: #5BAA6B;
}
</style>
background-color css
<style>
a { background-color: #5BAA6B; }
a { background-color: rgb(91,170,107); }
div.DivClassName
{
background-color: #5BAA6B;
}
.BgClassName
{
background-color: #5BAA6B;
}
</style>
border-color css
<style>
span { border-color: #5BAA6B; }
span { border-color: rgb(91,170,107); }
td.TdClassName
{
border-color: #5BAA6B;
}
.TagClassName
{
border-color: #5BAA6B;
}
</style>