Shades of Fern #5BBC6D
Tints of Fern #5BBC6D
RGB
CMYK
RGB Variations
Color information
#5BBC6D (or 0x5BBC6D) is known color: Fern. HEX triplet: 5B, BC and 6D. RGB value is (91,188,109). Sum of RGB (Red+Green+Blue) = 91+188+109=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC6D is #A44392. Grayscale: #969696. Windows color (decimal): -10765203 or 7191643. OLE color: 7191643.
HSL color Cylindrical-coordinate representation of color #5BBC6D: hue angle of 131.13º 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 #5BBC6D is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 109 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.26 |
| HSL | 131.13º | 0.42% | 0.55% | - |
| HSV(B) | 131.13º | 0.52% | 0.74% | - |
| XYZ | 25.06 | 39.29 | 20.73 | - |
| YUV | 149.99 | 104.86 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 109 | 0.52 | 0 | 0.42 | 0.26 | 131.13 | 0.42 | 0.55 |
| Hex | 5B | BC | 6D | 34 | 0 | 2A | 1A | 83 | 2A | 37 |
| Octal | 133 | 274 | 155 | 64 | 0 | 52 | 32 | 203 | 52 | 67 |
| Binary | 1011011 | 10111100 | 1101101 | 110100 | 0 | 101010 | 11010 | 10000011 | 101010 | 110111 |
Color Harmonies of #5BBC6D
Complementary color
Monochromatic Colors of #5BBC6D
Black with #5BBC6D
Text Example
Text Example
White with #5BBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC6D; }
p { color: rgb(91,188,109); }
H1.HeaderClassName
{
color: #5BBC6D;
}
.AnyTagClassName
{
color: #5BBC6D;
}
</style>
background-color css
<style>
a { background-color: #5BBC6D; }
a { background-color: rgb(91,188,109); }
div.DivClassName
{
background-color: #5BBC6D;
}
.BgClassName
{
background-color: #5BBC6D;
}
</style>
border-color css
<style>
span { border-color: #5BBC6D; }
span { border-color: rgb(91,188,109); }
td.TdClassName
{
border-color: #5BBC6D;
}
.TagClassName
{
border-color: #5BBC6D;
}
</style>