Shades of Fern #5BBF72
Tints of Fern #5BBF72
RGB
CMYK
RGB Variations
Color information
#5BBF72 (or 0x5BBF72) is known color: Fern. HEX triplet: 5B, BF and 72. RGB value is (91,191,114). Sum of RGB (Red+Green+Blue) = 91+191+114=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #5BBF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBF72 is #A4408D. Grayscale: #989898. Windows color (decimal): -10764430 or 7520091. OLE color: 7520091.
HSL color Cylindrical-coordinate representation of color #5BBF72: hue angle of 133.8º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBF72 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 191 | 114 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.25 |
| HSL | 133.8º | 0.44% | 0.55% | - |
| HSV(B) | 133.8º | 0.52% | 0.75% | - |
| XYZ | 25.98 | 40.7 | 22.41 | - |
| YUV | 152.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 191 | 114 | 0.52 | 0 | 0.40 | 0.25 | 133.8 | 0.44 | 0.55 |
| Hex | 5B | BF | 72 | 34 | 0 | 28 | 19 | 86 | 2C | 37 |
| Octal | 133 | 277 | 162 | 64 | 0 | 50 | 31 | 206 | 54 | 67 |
| Binary | 1011011 | 10111111 | 1110010 | 110100 | 0 | 101000 | 11001 | 10000110 | 101100 | 110111 |
Color Harmonies of #5BBF72
Complementary color
Monochromatic Colors of #5BBF72
Black with #5BBF72
Text Example
Text Example
White with #5BBF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBF72; }
p { color: rgb(91,191,114); }
H1.HeaderClassName
{
color: #5BBF72;
}
.AnyTagClassName
{
color: #5BBF72;
}
</style>
background-color css
<style>
a { background-color: #5BBF72; }
a { background-color: rgb(91,191,114); }
div.DivClassName
{
background-color: #5BBF72;
}
.BgClassName
{
background-color: #5BBF72;
}
</style>
border-color css
<style>
span { border-color: #5BBF72; }
span { border-color: rgb(91,191,114); }
td.TdClassName
{
border-color: #5BBF72;
}
.TagClassName
{
border-color: #5BBF72;
}
</style>