Shades of Fern #5BA165
Tints of Fern #5BA165
RGB
CMYK
RGB Variations
Color information
#5BA165 (or 0x5BA165) is known color: Fern. HEX triplet: 5B, A1 and 65. RGB value is (91,161,101). Sum of RGB (Red+Green+Blue) = 91+161+101=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA165 is #A45E9A. Grayscale: #858585. Windows color (decimal): -10772123 or 6660443. OLE color: 6660443.
HSL color Cylindrical-coordinate representation of color #5BA165: hue angle of 128.57º 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 #5BA165 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 101 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.37 |
| HSL | 128.57º | 0.28% | 0.49% | - |
| HSV(B) | 128.57º | 0.43% | 0.63% | - |
| XYZ | 19.41 | 28.65 | 16.82 | - |
| YUV | 133.23 | 109.81 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 101 | 0.43 | 0 | 0.37 | 0.37 | 128.57 | 0.28 | 0.49 |
| Hex | 5B | A1 | 65 | 2B | 0 | 25 | 25 | 81 | 1C | 31 |
| Octal | 133 | 241 | 145 | 53 | 0 | 45 | 45 | 201 | 34 | 61 |
| Binary | 1011011 | 10100001 | 1100101 | 101011 | 0 | 100101 | 100101 | 10000001 | 11100 | 110001 |
Color Harmonies of #5BA165
Complementary color
Monochromatic Colors of #5BA165
Black with #5BA165
Text Example
Text Example
White with #5BA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA165; }
p { color: rgb(91,161,101); }
H1.HeaderClassName
{
color: #5BA165;
}
.AnyTagClassName
{
color: #5BA165;
}
</style>
background-color css
<style>
a { background-color: #5BA165; }
a { background-color: rgb(91,161,101); }
div.DivClassName
{
background-color: #5BA165;
}
.BgClassName
{
background-color: #5BA165;
}
</style>
border-color css
<style>
span { border-color: #5BA165; }
span { border-color: rgb(91,161,101); }
td.TdClassName
{
border-color: #5BA165;
}
.TagClassName
{
border-color: #5BA165;
}
</style>