Shades of Fern #5FB665
Tints of Fern #5FB665
RGB
CMYK
RGB Variations
Color information
#5FB665 (or 0x5FB665) is known color: Fern. HEX triplet: 5F, B6 and 65. RGB value is (95,182,101). Sum of RGB (Red+Green+Blue) = 95+182+101=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB665 is #A0499A. Grayscale: #929292. Windows color (decimal): -10504603 or 6665823. OLE color: 6665823.
HSL color Cylindrical-coordinate representation of color #5FB665: hue angle of 124.14º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB665 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 182 | 101 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.29 |
| HSL | 124.14º | 0.37% | 0.54% | - |
| HSV(B) | 124.14º | 0.48% | 0.71% | - |
| XYZ | 23.8 | 36.83 | 18.17 | - |
| YUV | 146.75 | 102.18 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 182 | 101 | 0.48 | 0 | 0.45 | 0.29 | 124.14 | 0.37 | 0.54 |
| Hex | 5F | B6 | 65 | 30 | 0 | 2D | 1D | 7C | 25 | 36 |
| Octal | 137 | 266 | 145 | 60 | 0 | 55 | 35 | 174 | 45 | 66 |
| Binary | 1011111 | 10110110 | 1100101 | 110000 | 0 | 101101 | 11101 | 1111100 | 100101 | 110110 |
Color Harmonies of #5FB665
Complementary color
Monochromatic Colors of #5FB665
Black with #5FB665
Text Example
Text Example
White with #5FB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB665; }
p { color: rgb(95,182,101); }
H1.HeaderClassName
{
color: #5FB665;
}
.AnyTagClassName
{
color: #5FB665;
}
</style>
background-color css
<style>
a { background-color: #5FB665; }
a { background-color: rgb(95,182,101); }
div.DivClassName
{
background-color: #5FB665;
}
.BgClassName
{
background-color: #5FB665;
}
</style>
border-color css
<style>
span { border-color: #5FB665; }
span { border-color: rgb(95,182,101); }
td.TdClassName
{
border-color: #5FB665;
}
.TagClassName
{
border-color: #5FB665;
}
</style>