Shades of Fern #5BC358
Tints of Fern #5BC358
RGB
CMYK
RGB Variations
Color information
#5BC358 (or 0x5BC358) is known color: Fern. HEX triplet: 5B, C3 and 58. RGB value is (91,195,88). Sum of RGB (Red+Green+Blue) = 91+195+88=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC358 is #A43CA7. Grayscale: #989898. Windows color (decimal): -10763432 or 5817179. OLE color: 5817179.
HSL color Cylindrical-coordinate representation of color #5BC358: hue angle of 118.32º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BC358 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 88 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.24 |
| HSL | 118.32º | 0.47% | 0.55% | - |
| HSV(B) | 118.32º | 0.55% | 0.76% | - |
| XYZ | 25.59 | 41.96 | 15.98 | - |
| YUV | 151.71 | 92.04 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 88 | 0.53 | 0 | 0.55 | 0.24 | 118.32 | 0.47 | 0.55 |
| Hex | 5B | C3 | 58 | 35 | 0 | 37 | 18 | 76 | 2F | 37 |
| Octal | 133 | 303 | 130 | 65 | 0 | 67 | 30 | 166 | 57 | 67 |
| Binary | 1011011 | 11000011 | 1011000 | 110101 | 0 | 110111 | 11000 | 1110110 | 101111 | 110111 |
Color Harmonies of #5BC358
Complementary color
Monochromatic Colors of #5BC358
Black with #5BC358
Text Example
Text Example
White with #5BC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC358; }
p { color: rgb(91,195,88); }
H1.HeaderClassName
{
color: #5BC358;
}
.AnyTagClassName
{
color: #5BC358;
}
</style>
background-color css
<style>
a { background-color: #5BC358; }
a { background-color: rgb(91,195,88); }
div.DivClassName
{
background-color: #5BC358;
}
.BgClassName
{
background-color: #5BC358;
}
</style>
border-color css
<style>
span { border-color: #5BC358; }
span { border-color: rgb(91,195,88); }
td.TdClassName
{
border-color: #5BC358;
}
.TagClassName
{
border-color: #5BC358;
}
</style>