Shades of Fern #5BC46B
Tints of Fern #5BC46B
RGB
CMYK
RGB Variations
Color information
#5BC46B (or 0x5BC46B) is known color: Fern. HEX triplet: 5B, C4 and 6B. RGB value is (91,196,107). Sum of RGB (Red+Green+Blue) = 91+196+107=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #5BC46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC46B is #A43B94. Grayscale: #9A9A9A. Windows color (decimal): -10763157 or 7062619. OLE color: 7062619.
HSL color Cylindrical-coordinate representation of color #5BC46B: hue angle of 129.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC46B is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 196 | 107 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.23 |
| HSL | 129.14º | 0.47% | 0.56% | - |
| HSV(B) | 129.14º | 0.54% | 0.77% | - |
| XYZ | 26.71 | 42.77 | 20.76 | - |
| YUV | 154.46 | 101.21 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 196 | 107 | 0.54 | 0 | 0.45 | 0.23 | 129.14 | 0.47 | 0.56 |
| Hex | 5B | C4 | 6B | 36 | 0 | 2D | 17 | 81 | 2F | 38 |
| Octal | 133 | 304 | 153 | 66 | 0 | 55 | 27 | 201 | 57 | 70 |
| Binary | 1011011 | 11000100 | 1101011 | 110110 | 0 | 101101 | 10111 | 10000001 | 101111 | 111000 |
Color Harmonies of #5BC46B
Complementary color
Monochromatic Colors of #5BC46B
Black with #5BC46B
Text Example
Text Example
White with #5BC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC46B; }
p { color: rgb(91,196,107); }
H1.HeaderClassName
{
color: #5BC46B;
}
.AnyTagClassName
{
color: #5BC46B;
}
</style>
background-color css
<style>
a { background-color: #5BC46B; }
a { background-color: rgb(91,196,107); }
div.DivClassName
{
background-color: #5BC46B;
}
.BgClassName
{
background-color: #5BC46B;
}
</style>
border-color css
<style>
span { border-color: #5BC46B; }
span { border-color: rgb(91,196,107); }
td.TdClassName
{
border-color: #5BC46B;
}
.TagClassName
{
border-color: #5BC46B;
}
</style>