Shades of Fern #5BAC6C
Tints of Fern #5BAC6C
RGB
CMYK
RGB Variations
Color information
#5BAC6C (or 0x5BAC6C) is known color: Fern. HEX triplet: 5B, AC and 6C. RGB value is (91,172,108). Sum of RGB (Red+Green+Blue) = 91+172+108=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAC6C is #A45393. Grayscale: #8C8C8C. Windows color (decimal): -10769300 or 7122011. OLE color: 7122011.
HSL color Cylindrical-coordinate representation of color #5BAC6C: hue angle of 132.59º 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 #5BAC6C is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 108 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.33 |
| HSL | 132.59º | 0.33% | 0.52% | - |
| HSV(B) | 132.59º | 0.47% | 0.67% | - |
| XYZ | 21.77 | 32.81 | 19.37 | - |
| YUV | 140.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 108 | 0.47 | 0 | 0.37 | 0.33 | 132.59 | 0.33 | 0.52 |
| Hex | 5B | AC | 6C | 2F | 0 | 25 | 21 | 85 | 21 | 34 |
| Octal | 133 | 254 | 154 | 57 | 0 | 45 | 41 | 205 | 41 | 64 |
| Binary | 1011011 | 10101100 | 1101100 | 101111 | 0 | 100101 | 100001 | 10000101 | 100001 | 110100 |
Color Harmonies of #5BAC6C
Complementary color
Monochromatic Colors of #5BAC6C
Black with #5BAC6C
Text Example
Text Example
White with #5BAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC6C; }
p { color: rgb(91,172,108); }
H1.HeaderClassName
{
color: #5BAC6C;
}
.AnyTagClassName
{
color: #5BAC6C;
}
</style>
background-color css
<style>
a { background-color: #5BAC6C; }
a { background-color: rgb(91,172,108); }
div.DivClassName
{
background-color: #5BAC6C;
}
.BgClassName
{
background-color: #5BAC6C;
}
</style>
border-color css
<style>
span { border-color: #5BAC6C; }
span { border-color: rgb(91,172,108); }
td.TdClassName
{
border-color: #5BAC6C;
}
.TagClassName
{
border-color: #5BAC6C;
}
</style>