Shades of Fern #5FBA6B
Tints of Fern #5FBA6B
RGB
CMYK
RGB Variations
Color information
#5FBA6B (or 0x5FBA6B) is known color: Fern. HEX triplet: 5F, BA and 6B. RGB value is (95,186,107). Sum of RGB (Red+Green+Blue) = 95+186+107=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA6B is #A04594. Grayscale: #969696. Windows color (decimal): -10503573 or 7060063. OLE color: 7060063.
HSL color Cylindrical-coordinate representation of color #5FBA6B: hue angle of 127.91º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBA6B is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 107 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.27 |
| HSL | 127.91º | 0.4% | 0.55% | - |
| HSV(B) | 127.91º | 0.49% | 0.73% | - |
| XYZ | 24.93 | 38.61 | 20.05 | - |
| YUV | 149.79 | 103.85 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 107 | 0.49 | 0 | 0.42 | 0.27 | 127.91 | 0.4 | 0.55 |
| Hex | 5F | BA | 6B | 31 | 0 | 2A | 1B | 80 | 28 | 37 |
| Octal | 137 | 272 | 153 | 61 | 0 | 52 | 33 | 200 | 50 | 67 |
| Binary | 1011111 | 10111010 | 1101011 | 110001 | 0 | 101010 | 11011 | 10000000 | 101000 | 110111 |
Color Harmonies of #5FBA6B
Complementary color
Monochromatic Colors of #5FBA6B
Black with #5FBA6B
Text Example
Text Example
White with #5FBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA6B; }
p { color: rgb(95,186,107); }
H1.HeaderClassName
{
color: #5FBA6B;
}
.AnyTagClassName
{
color: #5FBA6B;
}
</style>
background-color css
<style>
a { background-color: #5FBA6B; }
a { background-color: rgb(95,186,107); }
div.DivClassName
{
background-color: #5FBA6B;
}
.BgClassName
{
background-color: #5FBA6B;
}
</style>
border-color css
<style>
span { border-color: #5FBA6B; }
span { border-color: rgb(95,186,107); }
td.TdClassName
{
border-color: #5FBA6B;
}
.TagClassName
{
border-color: #5FBA6B;
}
</style>