Shades of Fern #5BAB66
Tints of Fern #5BAB66
RGB
CMYK
RGB Variations
Color information
#5BAB66 (or 0x5BAB66) is known color: Fern. HEX triplet: 5B, AB and 66. RGB value is (91,171,102). Sum of RGB (Red+Green+Blue) = 91+171+102=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB66 is #A45499. Grayscale: #8B8B8B. Windows color (decimal): -10769562 or 6728539. OLE color: 6728539.
HSL color Cylindrical-coordinate representation of color #5BAB66: hue angle of 128.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB66 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 102 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.33 |
| HSL | 128.25º | 0.32% | 0.51% | - |
| HSV(B) | 128.25º | 0.47% | 0.67% | - |
| XYZ | 21.28 | 32.31 | 17.69 | - |
| YUV | 139.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 102 | 0.47 | 0 | 0.40 | 0.33 | 128.25 | 0.32 | 0.51 |
| Hex | 5B | AB | 66 | 2F | 0 | 28 | 21 | 80 | 20 | 33 |
| Octal | 133 | 253 | 146 | 57 | 0 | 50 | 41 | 200 | 40 | 63 |
| Binary | 1011011 | 10101011 | 1100110 | 101111 | 0 | 101000 | 100001 | 10000000 | 100000 | 110011 |
Color Harmonies of #5BAB66
Complementary color
Monochromatic Colors of #5BAB66
Black with #5BAB66
Text Example
Text Example
White with #5BAB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB66; }
p { color: rgb(91,171,102); }
H1.HeaderClassName
{
color: #5BAB66;
}
.AnyTagClassName
{
color: #5BAB66;
}
</style>
background-color css
<style>
a { background-color: #5BAB66; }
a { background-color: rgb(91,171,102); }
div.DivClassName
{
background-color: #5BAB66;
}
.BgClassName
{
background-color: #5BAB66;
}
</style>
border-color css
<style>
span { border-color: #5BAB66; }
span { border-color: rgb(91,171,102); }
td.TdClassName
{
border-color: #5BAB66;
}
.TagClassName
{
border-color: #5BAB66;
}
</style>