Shades of Fern #71B46E
Tints of Fern #71B46E
RGB
CMYK
RGB Variations
Color information
#71B46E (or 0x71B46E) is known color: Fern. HEX triplet: 71, B4 and 6E. RGB value is (113,180,110). Sum of RGB (Red+Green+Blue) = 113+180+110=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #71B46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B46E is #8E4B91. Grayscale: #989898. Windows color (decimal): -9325458 or 7255153. OLE color: 7255153.
HSL color Cylindrical-coordinate representation of color #71B46E: hue angle of 117.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B46E is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 180 | 110 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.29 |
| HSL | 117.43º | 0.32% | 0.57% | - |
| HSV(B) | 117.43º | 0.39% | 0.71% | - |
| XYZ | 25.95 | 37.28 | 20.58 | - |
| YUV | 151.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 180 | 110 | 0.37 | 0 | 0.39 | 0.29 | 117.43 | 0.32 | 0.57 |
| Hex | 71 | B4 | 6E | 25 | 0 | 27 | 1D | 75 | 20 | 39 |
| Octal | 161 | 264 | 156 | 45 | 0 | 47 | 35 | 165 | 40 | 71 |
| Binary | 1110001 | 10110100 | 1101110 | 100101 | 0 | 100111 | 11101 | 1110101 | 100000 | 111001 |
Color Harmonies of #71B46E
Complementary color
Monochromatic Colors of #71B46E
Black with #71B46E
Text Example
Text Example
White with #71B46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B46E; }
p { color: rgb(113,180,110); }
H1.HeaderClassName
{
color: #71B46E;
}
.AnyTagClassName
{
color: #71B46E;
}
</style>
background-color css
<style>
a { background-color: #71B46E; }
a { background-color: rgb(113,180,110); }
div.DivClassName
{
background-color: #71B46E;
}
.BgClassName
{
background-color: #71B46E;
}
</style>
border-color css
<style>
span { border-color: #71B46E; }
span { border-color: rgb(113,180,110); }
td.TdClassName
{
border-color: #71B46E;
}
.TagClassName
{
border-color: #71B46E;
}
</style>