Shades of Fern #5BC06F
Tints of Fern #5BC06F
RGB
CMYK
RGB Variations
Color information
#5BC06F (or 0x5BC06F) is known color: Fern. HEX triplet: 5B, C0 and 6F. RGB value is (91,192,111). Sum of RGB (Red+Green+Blue) = 91+192+111=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC06F is #A43F90. Grayscale: #989898. Windows color (decimal): -10764177 or 7323739. OLE color: 7323739.
HSL color Cylindrical-coordinate representation of color #5BC06F: hue angle of 131.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC06F is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 111 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.25 |
| HSL | 131.88º | 0.44% | 0.55% | - |
| HSV(B) | 131.88º | 0.53% | 0.75% | - |
| XYZ | 26.03 | 41.07 | 21.59 | - |
| YUV | 152.57 | 104.54 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 111 | 0.53 | 0 | 0.42 | 0.25 | 131.88 | 0.44 | 0.55 |
| Hex | 5B | C0 | 6F | 35 | 0 | 2A | 19 | 84 | 2C | 37 |
| Octal | 133 | 300 | 157 | 65 | 0 | 52 | 31 | 204 | 54 | 67 |
| Binary | 1011011 | 11000000 | 1101111 | 110101 | 0 | 101010 | 11001 | 10000100 | 101100 | 110111 |
Color Harmonies of #5BC06F
Complementary color
Monochromatic Colors of #5BC06F
Black with #5BC06F
Text Example
Text Example
White with #5BC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC06F; }
p { color: rgb(91,192,111); }
H1.HeaderClassName
{
color: #5BC06F;
}
.AnyTagClassName
{
color: #5BC06F;
}
</style>
background-color css
<style>
a { background-color: #5BC06F; }
a { background-color: rgb(91,192,111); }
div.DivClassName
{
background-color: #5BC06F;
}
.BgClassName
{
background-color: #5BC06F;
}
</style>
border-color css
<style>
span { border-color: #5BC06F; }
span { border-color: rgb(91,192,111); }
td.TdClassName
{
border-color: #5BC06F;
}
.TagClassName
{
border-color: #5BC06F;
}
</style>