Shades of Fern #5BA868
Tints of Fern #5BA868
RGB
CMYK
RGB Variations
Color information
#5BA868 (or 0x5BA868) is known color: Fern. HEX triplet: 5B, A8 and 68. RGB value is (91,168,104). Sum of RGB (Red+Green+Blue) = 91+168+104=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA868 is #A45797. Grayscale: #898989. Windows color (decimal): -10770328 or 6858843. OLE color: 6858843.
HSL color Cylindrical-coordinate representation of color #5BA868: hue angle of 130.13º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA868 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 104 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.34 |
| HSL | 130.13º | 0.31% | 0.51% | - |
| HSV(B) | 130.13º | 0.46% | 0.66% | - |
| XYZ | 20.82 | 31.23 | 18.03 | - |
| YUV | 137.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 104 | 0.46 | 0 | 0.38 | 0.34 | 130.13 | 0.31 | 0.51 |
| Hex | 5B | A8 | 68 | 2E | 0 | 26 | 22 | 82 | 1F | 33 |
| Octal | 133 | 250 | 150 | 56 | 0 | 46 | 42 | 202 | 37 | 63 |
| Binary | 1011011 | 10101000 | 1101000 | 101110 | 0 | 100110 | 100010 | 10000010 | 11111 | 110011 |
Color Harmonies of #5BA868
Complementary color
Monochromatic Colors of #5BA868
Black with #5BA868
Text Example
Text Example
White with #5BA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA868; }
p { color: rgb(91,168,104); }
H1.HeaderClassName
{
color: #5BA868;
}
.AnyTagClassName
{
color: #5BA868;
}
</style>
background-color css
<style>
a { background-color: #5BA868; }
a { background-color: rgb(91,168,104); }
div.DivClassName
{
background-color: #5BA868;
}
.BgClassName
{
background-color: #5BA868;
}
</style>
border-color css
<style>
span { border-color: #5BA868; }
span { border-color: rgb(91,168,104); }
td.TdClassName
{
border-color: #5BA868;
}
.TagClassName
{
border-color: #5BA868;
}
</style>