Shades of Fern #5BC058
Tints of Fern #5BC058
RGB
CMYK
RGB Variations
Color information
#5BC058 (or 0x5BC058) is known color: Fern. HEX triplet: 5B, C0 and 58. RGB value is (91,192,88). Sum of RGB (Red+Green+Blue) = 91+192+88=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC058 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC058 is #A43FA7. Grayscale: #969696. Windows color (decimal): -10764200 or 5816411. OLE color: 5816411.
HSL color Cylindrical-coordinate representation of color #5BC058: hue angle of 118.27º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC058 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 88 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.25 |
| HSL | 118.27º | 0.45% | 0.55% | - |
| HSV(B) | 118.27º | 0.54% | 0.75% | - |
| XYZ | 24.93 | 40.63 | 15.76 | - |
| YUV | 149.95 | 93.04 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 88 | 0.53 | 0 | 0.54 | 0.25 | 118.27 | 0.45 | 0.55 |
| Hex | 5B | C0 | 58 | 35 | 0 | 36 | 19 | 76 | 2D | 37 |
| Octal | 133 | 300 | 130 | 65 | 0 | 66 | 31 | 166 | 55 | 67 |
| Binary | 1011011 | 11000000 | 1011000 | 110101 | 0 | 110110 | 11001 | 1110110 | 101101 | 110111 |
Color Harmonies of #5BC058
Complementary color
Monochromatic Colors of #5BC058
Black with #5BC058
Text Example
Text Example
White with #5BC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC058; }
p { color: rgb(91,192,88); }
H1.HeaderClassName
{
color: #5BC058;
}
.AnyTagClassName
{
color: #5BC058;
}
</style>
background-color css
<style>
a { background-color: #5BC058; }
a { background-color: rgb(91,192,88); }
div.DivClassName
{
background-color: #5BC058;
}
.BgClassName
{
background-color: #5BC058;
}
</style>
border-color css
<style>
span { border-color: #5BC058; }
span { border-color: rgb(91,192,88); }
td.TdClassName
{
border-color: #5BC058;
}
.TagClassName
{
border-color: #5BC058;
}
</style>