Shades of Fern #5BA66C
Tints of Fern #5BA66C
RGB
CMYK
RGB Variations
Color information
#5BA66C (or 0x5BA66C) is known color: Fern. HEX triplet: 5B, A6 and 6C. RGB value is (91,166,108). Sum of RGB (Red+Green+Blue) = 91+166+108=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA66C is #A45993. Grayscale: #898989. Windows color (decimal): -10770836 or 7120475. OLE color: 7120475.
HSL color Cylindrical-coordinate representation of color #5BA66C: hue angle of 133.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA66C is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 108 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.35 |
| HSL | 133.6º | 0.3% | 0.5% | - |
| HSV(B) | 133.6º | 0.45% | 0.65% | - |
| XYZ | 20.66 | 30.58 | 19 | - |
| YUV | 136.96 | 111.65 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 108 | 0.45 | 0 | 0.35 | 0.35 | 133.6 | 0.3 | 0.5 |
| Hex | 5B | A6 | 6C | 2D | 0 | 23 | 23 | 86 | 1E | 32 |
| Octal | 133 | 246 | 154 | 55 | 0 | 43 | 43 | 206 | 36 | 62 |
| Binary | 1011011 | 10100110 | 1101100 | 101101 | 0 | 100011 | 100011 | 10000110 | 11110 | 110010 |
Color Harmonies of #5BA66C
Complementary color
Monochromatic Colors of #5BA66C
Black with #5BA66C
Text Example
Text Example
White with #5BA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA66C; }
p { color: rgb(91,166,108); }
H1.HeaderClassName
{
color: #5BA66C;
}
.AnyTagClassName
{
color: #5BA66C;
}
</style>
background-color css
<style>
a { background-color: #5BA66C; }
a { background-color: rgb(91,166,108); }
div.DivClassName
{
background-color: #5BA66C;
}
.BgClassName
{
background-color: #5BA66C;
}
</style>
border-color css
<style>
span { border-color: #5BA66C; }
span { border-color: rgb(91,166,108); }
td.TdClassName
{
border-color: #5BA66C;
}
.TagClassName
{
border-color: #5BA66C;
}
</style>