Shades of Fern #5BA86B
Tints of Fern #5BA86B
RGB
CMYK
RGB Variations
Color information
#5BA86B (or 0x5BA86B) is known color: Fern. HEX triplet: 5B, A8 and 6B. RGB value is (91,168,107). Sum of RGB (Red+Green+Blue) = 91+168+107=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA86B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA86B is #A45794. Grayscale: #8A8A8A. Windows color (decimal): -10770325 or 7055451. OLE color: 7055451.
HSL color Cylindrical-coordinate representation of color #5BA86B: hue angle of 132.47º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA86B is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 107 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.34 |
| HSL | 132.47º | 0.31% | 0.51% | - |
| HSV(B) | 132.47º | 0.46% | 0.66% | - |
| XYZ | 20.97 | 31.29 | 18.84 | - |
| YUV | 138.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 107 | 0.46 | 0 | 0.36 | 0.34 | 132.47 | 0.31 | 0.51 |
| Hex | 5B | A8 | 6B | 2E | 0 | 24 | 22 | 84 | 1F | 33 |
| Octal | 133 | 250 | 153 | 56 | 0 | 44 | 42 | 204 | 37 | 63 |
| Binary | 1011011 | 10101000 | 1101011 | 101110 | 0 | 100100 | 100010 | 10000100 | 11111 | 110011 |
Color Harmonies of #5BA86B
Complementary color
Monochromatic Colors of #5BA86B
Black with #5BA86B
Text Example
Text Example
White with #5BA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA86B; }
p { color: rgb(91,168,107); }
H1.HeaderClassName
{
color: #5BA86B;
}
.AnyTagClassName
{
color: #5BA86B;
}
</style>
background-color css
<style>
a { background-color: #5BA86B; }
a { background-color: rgb(91,168,107); }
div.DivClassName
{
background-color: #5BA86B;
}
.BgClassName
{
background-color: #5BA86B;
}
</style>
border-color css
<style>
span { border-color: #5BA86B; }
span { border-color: rgb(91,168,107); }
td.TdClassName
{
border-color: #5BA86B;
}
.TagClassName
{
border-color: #5BA86B;
}
</style>