Shades of Fern #5BC958
Tints of Fern #5BC958
RGB
CMYK
RGB Variations
Color information
#5BC958 (or 0x5BC958) is known color: Fern. HEX triplet: 5B, C9 and 58. RGB value is (91,201,88). Sum of RGB (Red+Green+Blue) = 91+201+88=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC958 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC958 is #A436A7. Grayscale: #9B9B9B. Windows color (decimal): -10761896 or 5818715. OLE color: 5818715.
HSL color Cylindrical-coordinate representation of color #5BC958: hue angle of 118.41º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BC958 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 201 | 88 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.21 |
| HSL | 118.41º | 0.51% | 0.57% | - |
| HSV(B) | 118.41º | 0.56% | 0.79% | - |
| XYZ | 26.96 | 44.7 | 16.44 | - |
| YUV | 155.23 | 90.06 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 88 | 0.55 | 0 | 0.56 | 0.21 | 118.41 | 0.51 | 0.57 |
| Hex | 5B | C9 | 58 | 37 | 0 | 38 | 15 | 76 | 33 | 39 |
| Octal | 133 | 311 | 130 | 67 | 0 | 70 | 25 | 166 | 63 | 71 |
| Binary | 1011011 | 11001001 | 1011000 | 110111 | 0 | 111000 | 10101 | 1110110 | 110011 | 111001 |
Color Harmonies of #5BC958
Complementary color
Monochromatic Colors of #5BC958
Black with #5BC958
Text Example
Text Example
White with #5BC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC958; }
p { color: rgb(91,201,88); }
H1.HeaderClassName
{
color: #5BC958;
}
.AnyTagClassName
{
color: #5BC958;
}
</style>
background-color css
<style>
a { background-color: #5BC958; }
a { background-color: rgb(91,201,88); }
div.DivClassName
{
background-color: #5BC958;
}
.BgClassName
{
background-color: #5BC958;
}
</style>
border-color css
<style>
span { border-color: #5BC958; }
span { border-color: rgb(91,201,88); }
td.TdClassName
{
border-color: #5BC958;
}
.TagClassName
{
border-color: #5BC958;
}
</style>