Shades of Fern #5BBC5D
Tints of Fern #5BBC5D
RGB
CMYK
RGB Variations
Color information
#5BBC5D (or 0x5BBC5D) is known color: Fern. HEX triplet: 5B, BC and 5D. RGB value is (91,188,93). Sum of RGB (Red+Green+Blue) = 91+188+93=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC5D is #A443A2. Grayscale: #949494. Windows color (decimal): -10765219 or 6143067. OLE color: 6143067.
HSL color Cylindrical-coordinate representation of color #5BBC5D: hue angle of 121.24º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBC5D is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 93 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.26 |
| HSL | 121.24º | 0.42% | 0.55% | - |
| HSV(B) | 121.24º | 0.52% | 0.74% | - |
| XYZ | 24.27 | 38.98 | 16.6 | - |
| YUV | 148.17 | 96.86 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 93 | 0.52 | 0 | 0.51 | 0.26 | 121.24 | 0.42 | 0.55 |
| Hex | 5B | BC | 5D | 34 | 0 | 33 | 1A | 79 | 2A | 37 |
| Octal | 133 | 274 | 135 | 64 | 0 | 63 | 32 | 171 | 52 | 67 |
| Binary | 1011011 | 10111100 | 1011101 | 110100 | 0 | 110011 | 11010 | 1111001 | 101010 | 110111 |
Color Harmonies of #5BBC5D
Complementary color
Monochromatic Colors of #5BBC5D
Black with #5BBC5D
Text Example
Text Example
White with #5BBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC5D; }
p { color: rgb(91,188,93); }
H1.HeaderClassName
{
color: #5BBC5D;
}
.AnyTagClassName
{
color: #5BBC5D;
}
</style>
background-color css
<style>
a { background-color: #5BBC5D; }
a { background-color: rgb(91,188,93); }
div.DivClassName
{
background-color: #5BBC5D;
}
.BgClassName
{
background-color: #5BBC5D;
}
</style>
border-color css
<style>
span { border-color: #5BBC5D; }
span { border-color: rgb(91,188,93); }
td.TdClassName
{
border-color: #5BBC5D;
}
.TagClassName
{
border-color: #5BBC5D;
}
</style>