Shades of Fern #71C175
Tints of Fern #71C175
RGB
CMYK
RGB Variations
Color information
#71C175 (or 0x71C175) is known color: Fern. HEX triplet: 71, C1 and 75. RGB value is (113,193,117). Sum of RGB (Red+Green+Blue) = 113+193+117=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #71C175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C175 is #8E3E8A. Grayscale: #A0A0A0. Windows color (decimal): -9322123 or 7717233. OLE color: 7717233.
HSL color Cylindrical-coordinate representation of color #71C175: hue angle of 123º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71C175 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 193 | 117 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.24 |
| HSL | 123º | 0.39% | 0.6% | - |
| HSV(B) | 123º | 0.41% | 0.76% | - |
| XYZ | 29.09 | 42.94 | 23.58 | - |
| YUV | 160.42 | 103.5 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 193 | 117 | 0.41 | 0 | 0.39 | 0.24 | 123 | 0.39 | 0.6 |
| Hex | 71 | C1 | 75 | 29 | 0 | 27 | 18 | 7B | 27 | 3C |
| Octal | 161 | 301 | 165 | 51 | 0 | 47 | 30 | 173 | 47 | 74 |
| Binary | 1110001 | 11000001 | 1110101 | 101001 | 0 | 100111 | 11000 | 1111011 | 100111 | 111100 |
Color Harmonies of #71C175
Complementary color
Monochromatic Colors of #71C175
Black with #71C175
Text Example
Text Example
White with #71C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C175; }
p { color: rgb(113,193,117); }
H1.HeaderClassName
{
color: #71C175;
}
.AnyTagClassName
{
color: #71C175;
}
</style>
background-color css
<style>
a { background-color: #71C175; }
a { background-color: rgb(113,193,117); }
div.DivClassName
{
background-color: #71C175;
}
.BgClassName
{
background-color: #71C175;
}
</style>
border-color css
<style>
span { border-color: #71C175; }
span { border-color: rgb(113,193,117); }
td.TdClassName
{
border-color: #71C175;
}
.TagClassName
{
border-color: #71C175;
}
</style>