Shades of Fern #5BB375
Tints of Fern #5BB375
RGB
CMYK
RGB Variations
Color information
#5BB375 (or 0x5BB375) is known color: Fern. HEX triplet: 5B, B3 and 75. RGB value is (91,179,117). Sum of RGB (Red+Green+Blue) = 91+179+117=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #5BB375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB375 is #A44C8A. Grayscale: #919191. Windows color (decimal): -10767499 or 7713627. OLE color: 7713627.
HSL color Cylindrical-coordinate representation of color #5BB375: hue angle of 137.73º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB375 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 179 | 117 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.30 |
| HSL | 137.73º | 0.37% | 0.53% | - |
| HSV(B) | 137.73º | 0.49% | 0.7% | - |
| XYZ | 23.65 | 35.75 | 22.48 | - |
| YUV | 145.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 179 | 117 | 0.49 | 0 | 0.35 | 0.30 | 137.73 | 0.37 | 0.53 |
| Hex | 5B | B3 | 75 | 31 | 0 | 23 | 1E | 8A | 25 | 35 |
| Octal | 133 | 263 | 165 | 61 | 0 | 43 | 36 | 212 | 45 | 65 |
| Binary | 1011011 | 10110011 | 1110101 | 110001 | 0 | 100011 | 11110 | 10001010 | 100101 | 110101 |
Color Harmonies of #5BB375
Complementary color
Monochromatic Colors of #5BB375
Black with #5BB375
Text Example
Text Example
White with #5BB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB375; }
p { color: rgb(91,179,117); }
H1.HeaderClassName
{
color: #5BB375;
}
.AnyTagClassName
{
color: #5BB375;
}
</style>
background-color css
<style>
a { background-color: #5BB375; }
a { background-color: rgb(91,179,117); }
div.DivClassName
{
background-color: #5BB375;
}
.BgClassName
{
background-color: #5BB375;
}
</style>
border-color css
<style>
span { border-color: #5BB375; }
span { border-color: rgb(91,179,117); }
td.TdClassName
{
border-color: #5BB375;
}
.TagClassName
{
border-color: #5BB375;
}
</style>