Shades of Fern #5BC16F
Tints of Fern #5BC16F
RGB
CMYK
RGB Variations
Color information
#5BC16F (or 0x5BC16F) is known color: Fern. HEX triplet: 5B, C1 and 6F. RGB value is (91,193,111). Sum of RGB (Red+Green+Blue) = 91+193+111=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC16F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC16F is #A43E90. Grayscale: #999999. Windows color (decimal): -10763921 or 7323995. OLE color: 7323995.
HSL color Cylindrical-coordinate representation of color #5BC16F: hue angle of 131.76º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC16F is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 111 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.24 |
| HSL | 131.76º | 0.45% | 0.56% | - |
| HSV(B) | 131.76º | 0.53% | 0.76% | - |
| XYZ | 26.25 | 41.51 | 21.67 | - |
| YUV | 153.15 | 104.21 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 111 | 0.53 | 0 | 0.42 | 0.24 | 131.76 | 0.45 | 0.56 |
| Hex | 5B | C1 | 6F | 35 | 0 | 2A | 18 | 84 | 2D | 38 |
| Octal | 133 | 301 | 157 | 65 | 0 | 52 | 30 | 204 | 55 | 70 |
| Binary | 1011011 | 11000001 | 1101111 | 110101 | 0 | 101010 | 11000 | 10000100 | 101101 | 111000 |
Color Harmonies of #5BC16F
Complementary color
Monochromatic Colors of #5BC16F
Black with #5BC16F
Text Example
Text Example
White with #5BC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC16F; }
p { color: rgb(91,193,111); }
H1.HeaderClassName
{
color: #5BC16F;
}
.AnyTagClassName
{
color: #5BC16F;
}
</style>
background-color css
<style>
a { background-color: #5BC16F; }
a { background-color: rgb(91,193,111); }
div.DivClassName
{
background-color: #5BC16F;
}
.BgClassName
{
background-color: #5BC16F;
}
</style>
border-color css
<style>
span { border-color: #5BC16F; }
span { border-color: rgb(91,193,111); }
td.TdClassName
{
border-color: #5BC16F;
}
.TagClassName
{
border-color: #5BC16F;
}
</style>