Shades of Fern #5BB672
Tints of Fern #5BB672
RGB
CMYK
RGB Variations
Color information
#5BB672 (or 0x5BB672) is known color: Fern. HEX triplet: 5B, B6 and 72. RGB value is (91,182,114). Sum of RGB (Red+Green+Blue) = 91+182+114=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 182 - color contains mainly: green. Hex color #5BB672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB672 is #A4498D. Grayscale: #939393. Windows color (decimal): -10766734 or 7517787. OLE color: 7517787.
HSL color Cylindrical-coordinate representation of color #5BB672: hue angle of 135.16º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BB672 is Cyan = 0.5, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 182 | 114 | - |
| CMYK | 0.5 | 0 | 0.37 | 0.29 |
| HSL | 135.16º | 0.38% | 0.54% | - |
| HSV(B) | 135.16º | 0.5% | 0.71% | - |
| XYZ | 24.08 | 36.89 | 21.77 | - |
| YUV | 147.04 | 109.35 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 182 | 114 | 0.5 | 0 | 0.37 | 0.29 | 135.16 | 0.38 | 0.54 |
| Hex | 5B | B6 | 72 | 32 | 0 | 25 | 1D | 87 | 26 | 36 |
| Octal | 133 | 266 | 162 | 62 | 0 | 45 | 35 | 207 | 46 | 66 |
| Binary | 1011011 | 10110110 | 1110010 | 110010 | 0 | 100101 | 11101 | 10000111 | 100110 | 110110 |
Color Harmonies of #5BB672
Complementary color
Monochromatic Colors of #5BB672
Black with #5BB672
Text Example
Text Example
White with #5BB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB672; }
p { color: rgb(91,182,114); }
H1.HeaderClassName
{
color: #5BB672;
}
.AnyTagClassName
{
color: #5BB672;
}
</style>
background-color css
<style>
a { background-color: #5BB672; }
a { background-color: rgb(91,182,114); }
div.DivClassName
{
background-color: #5BB672;
}
.BgClassName
{
background-color: #5BB672;
}
</style>
border-color css
<style>
span { border-color: #5BB672; }
span { border-color: rgb(91,182,114); }
td.TdClassName
{
border-color: #5BB672;
}
.TagClassName
{
border-color: #5BB672;
}
</style>