Shades of Fern #5BAC5F
Tints of Fern #5BAC5F
RGB
CMYK
RGB Variations
Color information
#5BAC5F (or 0x5BAC5F) is known color: Fern. HEX triplet: 5B, AC and 5F. RGB value is (91,172,95). Sum of RGB (Red+Green+Blue) = 91+172+95=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAC5F is #A453A0. Grayscale: #8B8B8B. Windows color (decimal): -10769313 or 6270043. OLE color: 6270043.
HSL color Cylindrical-coordinate representation of color #5BAC5F: hue angle of 122.96º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAC5F is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 95 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.33 |
| HSL | 122.96º | 0.33% | 0.52% | - |
| HSV(B) | 122.96º | 0.47% | 0.67% | - |
| XYZ | 21.13 | 32.56 | 16 | - |
| YUV | 139 | 103.16 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 95 | 0.47 | 0 | 0.45 | 0.33 | 122.96 | 0.33 | 0.52 |
| Hex | 5B | AC | 5F | 2F | 0 | 2D | 21 | 7B | 21 | 34 |
| Octal | 133 | 254 | 137 | 57 | 0 | 55 | 41 | 173 | 41 | 64 |
| Binary | 1011011 | 10101100 | 1011111 | 101111 | 0 | 101101 | 100001 | 1111011 | 100001 | 110100 |
Color Harmonies of #5BAC5F
Complementary color
Monochromatic Colors of #5BAC5F
Black with #5BAC5F
Text Example
Text Example
White with #5BAC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC5F; }
p { color: rgb(91,172,95); }
H1.HeaderClassName
{
color: #5BAC5F;
}
.AnyTagClassName
{
color: #5BAC5F;
}
</style>
background-color css
<style>
a { background-color: #5BAC5F; }
a { background-color: rgb(91,172,95); }
div.DivClassName
{
background-color: #5BAC5F;
}
.BgClassName
{
background-color: #5BAC5F;
}
</style>
border-color css
<style>
span { border-color: #5BAC5F; }
span { border-color: rgb(91,172,95); }
td.TdClassName
{
border-color: #5BAC5F;
}
.TagClassName
{
border-color: #5BAC5F;
}
</style>