Shades of Fern #5FAB6B
Tints of Fern #5FAB6B
RGB
CMYK
RGB Variations
Color information
#5FAB6B (or 0x5FAB6B) is known color: Fern. HEX triplet: 5F, AB and 6B. RGB value is (95,171,107). Sum of RGB (Red+Green+Blue) = 95+171+107=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAB6B is #A05494. Grayscale: #8D8D8D. Windows color (decimal): -10507413 or 7056223. OLE color: 7056223.
HSL color Cylindrical-coordinate representation of color #5FAB6B: hue angle of 129.47º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FAB6B is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 171 | 107 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.33 |
| HSL | 129.47º | 0.31% | 0.52% | - |
| HSV(B) | 129.47º | 0.44% | 0.67% | - |
| XYZ | 21.94 | 32.62 | 19.05 | - |
| YUV | 140.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 107 | 0.44 | 0 | 0.37 | 0.33 | 129.47 | 0.31 | 0.52 |
| Hex | 5F | AB | 6B | 2C | 0 | 25 | 21 | 81 | 1F | 34 |
| Octal | 137 | 253 | 153 | 54 | 0 | 45 | 41 | 201 | 37 | 64 |
| Binary | 1011111 | 10101011 | 1101011 | 101100 | 0 | 100101 | 100001 | 10000001 | 11111 | 110100 |
Color Harmonies of #5FAB6B
Complementary color
Monochromatic Colors of #5FAB6B
Black with #5FAB6B
Text Example
Text Example
White with #5FAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAB6B; }
p { color: rgb(95,171,107); }
H1.HeaderClassName
{
color: #5FAB6B;
}
.AnyTagClassName
{
color: #5FAB6B;
}
</style>
background-color css
<style>
a { background-color: #5FAB6B; }
a { background-color: rgb(95,171,107); }
div.DivClassName
{
background-color: #5FAB6B;
}
.BgClassName
{
background-color: #5FAB6B;
}
</style>
border-color css
<style>
span { border-color: #5FAB6B; }
span { border-color: rgb(95,171,107); }
td.TdClassName
{
border-color: #5FAB6B;
}
.TagClassName
{
border-color: #5FAB6B;
}
</style>