Shades of Fern #5BBD60
Tints of Fern #5BBD60
RGB
CMYK
RGB Variations
Color information
#5BBD60 (or 0x5BBD60) is known color: Fern. HEX triplet: 5B, BD and 60. RGB value is (91,189,96). Sum of RGB (Red+Green+Blue) = 91+189+96=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBD60 is #A4429F. Grayscale: #959595. Windows color (decimal): -10764960 or 6339931. OLE color: 6339931.
HSL color Cylindrical-coordinate representation of color #5BBD60: hue angle of 123.06º degrees, saturation: 0.43, 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 #5BBD60 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 96 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.26 |
| HSL | 123.06º | 0.43% | 0.55% | - |
| HSV(B) | 123.06º | 0.52% | 0.74% | - |
| XYZ | 24.62 | 39.46 | 17.39 | - |
| YUV | 149.1 | 98.03 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 96 | 0.52 | 0 | 0.49 | 0.26 | 123.06 | 0.43 | 0.55 |
| Hex | 5B | BD | 60 | 34 | 0 | 31 | 1A | 7B | 2B | 37 |
| Octal | 133 | 275 | 140 | 64 | 0 | 61 | 32 | 173 | 53 | 67 |
| Binary | 1011011 | 10111101 | 1100000 | 110100 | 0 | 110001 | 11010 | 1111011 | 101011 | 110111 |
Color Harmonies of #5BBD60
Complementary color
Monochromatic Colors of #5BBD60
Black with #5BBD60
Text Example
Text Example
White with #5BBD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBD60; }
p { color: rgb(91,189,96); }
H1.HeaderClassName
{
color: #5BBD60;
}
.AnyTagClassName
{
color: #5BBD60;
}
</style>
background-color css
<style>
a { background-color: #5BBD60; }
a { background-color: rgb(91,189,96); }
div.DivClassName
{
background-color: #5BBD60;
}
.BgClassName
{
background-color: #5BBD60;
}
</style>
border-color css
<style>
span { border-color: #5BBD60; }
span { border-color: rgb(91,189,96); }
td.TdClassName
{
border-color: #5BBD60;
}
.TagClassName
{
border-color: #5BBD60;
}
</style>