Shades of Fern #5BC16B
Tints of Fern #5BC16B
RGB
CMYK
RGB Variations
Color information
#5BC16B (or 0x5BC16B) is known color: Fern. HEX triplet: 5B, C1 and 6B. RGB value is (91,193,107). Sum of RGB (Red+Green+Blue) = 91+193+107=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC16B is #A43E94. Grayscale: #989898. Windows color (decimal): -10763925 or 7061851. OLE color: 7061851.
HSL color Cylindrical-coordinate representation of color #5BC16B: hue angle of 129.41º 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 #5BC16B is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 107 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.24 |
| HSL | 129.41º | 0.45% | 0.56% | - |
| HSV(B) | 129.41º | 0.53% | 0.76% | - |
| XYZ | 26.04 | 41.43 | 20.53 | - |
| YUV | 152.7 | 102.21 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 107 | 0.53 | 0 | 0.45 | 0.24 | 129.41 | 0.45 | 0.56 |
| Hex | 5B | C1 | 6B | 35 | 0 | 2D | 18 | 81 | 2D | 38 |
| Octal | 133 | 301 | 153 | 65 | 0 | 55 | 30 | 201 | 55 | 70 |
| Binary | 1011011 | 11000001 | 1101011 | 110101 | 0 | 101101 | 11000 | 10000001 | 101101 | 111000 |
Color Harmonies of #5BC16B
Complementary color
Monochromatic Colors of #5BC16B
Black with #5BC16B
Text Example
Text Example
White with #5BC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC16B; }
p { color: rgb(91,193,107); }
H1.HeaderClassName
{
color: #5BC16B;
}
.AnyTagClassName
{
color: #5BC16B;
}
</style>
background-color css
<style>
a { background-color: #5BC16B; }
a { background-color: rgb(91,193,107); }
div.DivClassName
{
background-color: #5BC16B;
}
.BgClassName
{
background-color: #5BC16B;
}
</style>
border-color css
<style>
span { border-color: #5BC16B; }
span { border-color: rgb(91,193,107); }
td.TdClassName
{
border-color: #5BC16B;
}
.TagClassName
{
border-color: #5BC16B;
}
</style>