Shades of Fern #5BC06E
Tints of Fern #5BC06E
RGB
CMYK
RGB Variations
Color information
#5BC06E (or 0x5BC06E) is known color: Fern. HEX triplet: 5B, C0 and 6E. RGB value is (91,192,110). Sum of RGB (Red+Green+Blue) = 91+192+110=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC06E is #A43F91. Grayscale: #989898. Windows color (decimal): -10764178 or 7258203. OLE color: 7258203.
HSL color Cylindrical-coordinate representation of color #5BC06E: hue angle of 131.29º 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 #5BC06E is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 110 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.25 |
| HSL | 131.29º | 0.44% | 0.55% | - |
| HSV(B) | 131.29º | 0.53% | 0.75% | - |
| XYZ | 25.98 | 41.05 | 21.31 | - |
| YUV | 152.45 | 104.04 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 110 | 0.53 | 0 | 0.43 | 0.25 | 131.29 | 0.44 | 0.55 |
| Hex | 5B | C0 | 6E | 35 | 0 | 2B | 19 | 83 | 2C | 37 |
| Octal | 133 | 300 | 156 | 65 | 0 | 53 | 31 | 203 | 54 | 67 |
| Binary | 1011011 | 11000000 | 1101110 | 110101 | 0 | 101011 | 11001 | 10000011 | 101100 | 110111 |
Color Harmonies of #5BC06E
Complementary color
Monochromatic Colors of #5BC06E
Black with #5BC06E
Text Example
Text Example
White with #5BC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC06E; }
p { color: rgb(91,192,110); }
H1.HeaderClassName
{
color: #5BC06E;
}
.AnyTagClassName
{
color: #5BC06E;
}
</style>
background-color css
<style>
a { background-color: #5BC06E; }
a { background-color: rgb(91,192,110); }
div.DivClassName
{
background-color: #5BC06E;
}
.BgClassName
{
background-color: #5BC06E;
}
</style>
border-color css
<style>
span { border-color: #5BC06E; }
span { border-color: rgb(91,192,110); }
td.TdClassName
{
border-color: #5BC06E;
}
.TagClassName
{
border-color: #5BC06E;
}
</style>