Shades of Fern #5BA166
Tints of Fern #5BA166
RGB
CMYK
RGB Variations
Color information
#5BA166 (or 0x5BA166) is known color: Fern. HEX triplet: 5B, A1 and 66. RGB value is (91,161,102). Sum of RGB (Red+Green+Blue) = 91+161+102=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA166 is #A45E99. Grayscale: #858585. Windows color (decimal): -10772122 or 6725979. OLE color: 6725979.
HSL color Cylindrical-coordinate representation of color #5BA166: hue angle of 129.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA166 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 102 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.37 |
| HSL | 129.43º | 0.28% | 0.49% | - |
| HSV(B) | 129.43º | 0.43% | 0.63% | - |
| XYZ | 19.46 | 28.67 | 17.08 | - |
| YUV | 133.34 | 110.31 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 102 | 0.43 | 0 | 0.37 | 0.37 | 129.43 | 0.28 | 0.49 |
| Hex | 5B | A1 | 66 | 2B | 0 | 25 | 25 | 81 | 1C | 31 |
| Octal | 133 | 241 | 146 | 53 | 0 | 45 | 45 | 201 | 34 | 61 |
| Binary | 1011011 | 10100001 | 1100110 | 101011 | 0 | 100101 | 100101 | 10000001 | 11100 | 110001 |
Color Harmonies of #5BA166
Complementary color
Monochromatic Colors of #5BA166
Black with #5BA166
Text Example
Text Example
White with #5BA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA166; }
p { color: rgb(91,161,102); }
H1.HeaderClassName
{
color: #5BA166;
}
.AnyTagClassName
{
color: #5BA166;
}
</style>
background-color css
<style>
a { background-color: #5BA166; }
a { background-color: rgb(91,161,102); }
div.DivClassName
{
background-color: #5BA166;
}
.BgClassName
{
background-color: #5BA166;
}
</style>
border-color css
<style>
span { border-color: #5BA166; }
span { border-color: rgb(91,161,102); }
td.TdClassName
{
border-color: #5BA166;
}
.TagClassName
{
border-color: #5BA166;
}
</style>