Shades of Fern #5FA266
Tints of Fern #5FA266
RGB
CMYK
RGB Variations
Color information
#5FA266 (or 0x5FA266) is known color: Fern. HEX triplet: 5F, A2 and 66. RGB value is (95,162,102). Sum of RGB (Red+Green+Blue) = 95+162+102=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA266 is #A05D99. Grayscale: #878787. Windows color (decimal): -10509722 or 6726239. OLE color: 6726239.
HSL color Cylindrical-coordinate representation of color #5FA266: hue angle of 126.27º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA266 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 162 | 102 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.36 |
| HSL | 126.27º | 0.26% | 0.5% | - |
| HSV(B) | 126.27º | 0.41% | 0.64% | - |
| XYZ | 20.04 | 29.23 | 17.16 | - |
| YUV | 135.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 102 | 0.41 | 0 | 0.37 | 0.36 | 126.27 | 0.26 | 0.5 |
| Hex | 5F | A2 | 66 | 29 | 0 | 25 | 24 | 7E | 1A | 32 |
| Octal | 137 | 242 | 146 | 51 | 0 | 45 | 44 | 176 | 32 | 62 |
| Binary | 1011111 | 10100010 | 1100110 | 101001 | 0 | 100101 | 100100 | 1111110 | 11010 | 110010 |
Color Harmonies of #5FA266
Complementary color
Monochromatic Colors of #5FA266
Black with #5FA266
Text Example
Text Example
White with #5FA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA266; }
p { color: rgb(95,162,102); }
H1.HeaderClassName
{
color: #5FA266;
}
.AnyTagClassName
{
color: #5FA266;
}
</style>
background-color css
<style>
a { background-color: #5FA266; }
a { background-color: rgb(95,162,102); }
div.DivClassName
{
background-color: #5FA266;
}
.BgClassName
{
background-color: #5FA266;
}
</style>
border-color css
<style>
span { border-color: #5FA266; }
span { border-color: rgb(95,162,102); }
td.TdClassName
{
border-color: #5FA266;
}
.TagClassName
{
border-color: #5FA266;
}
</style>