Shades of Fern #5FAE6B
Tints of Fern #5FAE6B
RGB
CMYK
RGB Variations
Color information
#5FAE6B (or 0x5FAE6B) is known color: Fern. HEX triplet: 5F, AE and 6B. RGB value is (95,174,107). Sum of RGB (Red+Green+Blue) = 95+174+107=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAE6B is #A05194. Grayscale: #8E8E8E. Windows color (decimal): -10506645 or 7056991. OLE color: 7056991.
HSL color Cylindrical-coordinate representation of color #5FAE6B: hue angle of 129.11º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAE6B is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 174 | 107 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.32 |
| HSL | 129.11º | 0.33% | 0.53% | - |
| HSV(B) | 129.11º | 0.45% | 0.68% | - |
| XYZ | 22.51 | 33.77 | 19.24 | - |
| YUV | 142.74 | 107.83 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 107 | 0.45 | 0 | 0.39 | 0.32 | 129.11 | 0.33 | 0.53 |
| Hex | 5F | AE | 6B | 2D | 0 | 27 | 20 | 81 | 21 | 35 |
| Octal | 137 | 256 | 153 | 55 | 0 | 47 | 40 | 201 | 41 | 65 |
| Binary | 1011111 | 10101110 | 1101011 | 101101 | 0 | 100111 | 100000 | 10000001 | 100001 | 110101 |
Color Harmonies of #5FAE6B
Complementary color
Monochromatic Colors of #5FAE6B
Black with #5FAE6B
Text Example
Text Example
White with #5FAE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAE6B; }
p { color: rgb(95,174,107); }
H1.HeaderClassName
{
color: #5FAE6B;
}
.AnyTagClassName
{
color: #5FAE6B;
}
</style>
background-color css
<style>
a { background-color: #5FAE6B; }
a { background-color: rgb(95,174,107); }
div.DivClassName
{
background-color: #5FAE6B;
}
.BgClassName
{
background-color: #5FAE6B;
}
</style>
border-color css
<style>
span { border-color: #5FAE6B; }
span { border-color: rgb(95,174,107); }
td.TdClassName
{
border-color: #5FAE6B;
}
.TagClassName
{
border-color: #5FAE6B;
}
</style>