Shades of Fern #5FA666
Tints of Fern #5FA666
RGB
CMYK
RGB Variations
Color information
#5FA666 (or 0x5FA666) is known color: Fern. HEX triplet: 5F, A6 and 66. RGB value is (95,166,102). Sum of RGB (Red+Green+Blue) = 95+166+102=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA666 is #A05999. Grayscale: #898989. Windows color (decimal): -10508698 or 6727263. OLE color: 6727263.
HSL color Cylindrical-coordinate representation of color #5FA666: hue angle of 125.92º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA666 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 102 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.35 |
| HSL | 125.92º | 0.29% | 0.51% | - |
| HSV(B) | 125.92º | 0.43% | 0.65% | - |
| XYZ | 20.75 | 30.66 | 17.4 | - |
| YUV | 137.48 | 107.98 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 102 | 0.43 | 0 | 0.39 | 0.35 | 125.92 | 0.29 | 0.51 |
| Hex | 5F | A6 | 66 | 2B | 0 | 27 | 23 | 7E | 1D | 33 |
| Octal | 137 | 246 | 146 | 53 | 0 | 47 | 43 | 176 | 35 | 63 |
| Binary | 1011111 | 10100110 | 1100110 | 101011 | 0 | 100111 | 100011 | 1111110 | 11101 | 110011 |
Color Harmonies of #5FA666
Complementary color
Monochromatic Colors of #5FA666
Black with #5FA666
Text Example
Text Example
White with #5FA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA666; }
p { color: rgb(95,166,102); }
H1.HeaderClassName
{
color: #5FA666;
}
.AnyTagClassName
{
color: #5FA666;
}
</style>
background-color css
<style>
a { background-color: #5FA666; }
a { background-color: rgb(95,166,102); }
div.DivClassName
{
background-color: #5FA666;
}
.BgClassName
{
background-color: #5FA666;
}
</style>
border-color css
<style>
span { border-color: #5FA666; }
span { border-color: rgb(95,166,102); }
td.TdClassName
{
border-color: #5FA666;
}
.TagClassName
{
border-color: #5FA666;
}
</style>