Shades of Fern #5BB564
Tints of Fern #5BB564
RGB
CMYK
RGB Variations
Color information
#5BB564 (or 0x5BB564) is known color: Fern. HEX triplet: 5B, B5 and 64. RGB value is (91,181,100). Sum of RGB (Red+Green+Blue) = 91+181+100=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #5BB564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB564 is #A44A9B. Grayscale: #919191. Windows color (decimal): -10767004 or 6600027. OLE color: 6600027.
HSL color Cylindrical-coordinate representation of color #5BB564: hue angle of 126º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BB564 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 181 | 100 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.29 |
| HSL | 126º | 0.38% | 0.53% | - |
| HSV(B) | 126º | 0.5% | 0.71% | - |
| XYZ | 23.14 | 36.19 | 17.82 | - |
| YUV | 144.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 181 | 100 | 0.50 | 0 | 0.45 | 0.29 | 126 | 0.38 | 0.53 |
| Hex | 5B | B5 | 64 | 32 | 0 | 2D | 1D | 7E | 26 | 35 |
| Octal | 133 | 265 | 144 | 62 | 0 | 55 | 35 | 176 | 46 | 65 |
| Binary | 1011011 | 10110101 | 1100100 | 110010 | 0 | 101101 | 11101 | 1111110 | 100110 | 110101 |
Color Harmonies of #5BB564
Complementary color
Monochromatic Colors of #5BB564
Black with #5BB564
Text Example
Text Example
White with #5BB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB564; }
p { color: rgb(91,181,100); }
H1.HeaderClassName
{
color: #5BB564;
}
.AnyTagClassName
{
color: #5BB564;
}
</style>
background-color css
<style>
a { background-color: #5BB564; }
a { background-color: rgb(91,181,100); }
div.DivClassName
{
background-color: #5BB564;
}
.BgClassName
{
background-color: #5BB564;
}
</style>
border-color css
<style>
span { border-color: #5BB564; }
span { border-color: rgb(91,181,100); }
td.TdClassName
{
border-color: #5BB564;
}
.TagClassName
{
border-color: #5BB564;
}
</style>