Shades of Fern #71C47B
Tints of Fern #71C47B
RGB
CMYK
RGB Variations
Color information
#71C47B (or 0x71C47B) is known color: Fern. HEX triplet: 71, C4 and 7B. RGB value is (113,196,123). Sum of RGB (Red+Green+Blue) = 113+196+123=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 196 - color contains mainly: green. Hex color #71C47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C47B is #8E3B84. Grayscale: #A3A3A3. Windows color (decimal): -9321349 or 8111217. OLE color: 8111217.
HSL color Cylindrical-coordinate representation of color #71C47B: hue angle of 127.23º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C47B is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 196 | 123 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.23 |
| HSL | 127.23º | 0.41% | 0.61% | - |
| HSV(B) | 127.23º | 0.42% | 0.77% | - |
| XYZ | 30.13 | 44.42 | 25.73 | - |
| YUV | 162.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 123 | 0.42 | 0 | 0.37 | 0.23 | 127.23 | 0.41 | 0.61 |
| Hex | 71 | C4 | 7B | 2A | 0 | 25 | 17 | 7F | 29 | 3D |
| Octal | 161 | 304 | 173 | 52 | 0 | 45 | 27 | 177 | 51 | 75 |
| Binary | 1110001 | 11000100 | 1111011 | 101010 | 0 | 100101 | 10111 | 1111111 | 101001 | 111101 |
Color Harmonies of #71C47B
Complementary color
Monochromatic Colors of #71C47B
Black with #71C47B
Text Example
Text Example
White with #71C47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C47B; }
p { color: rgb(113,196,123); }
H1.HeaderClassName
{
color: #71C47B;
}
.AnyTagClassName
{
color: #71C47B;
}
</style>
background-color css
<style>
a { background-color: #71C47B; }
a { background-color: rgb(113,196,123); }
div.DivClassName
{
background-color: #71C47B;
}
.BgClassName
{
background-color: #71C47B;
}
</style>
border-color css
<style>
span { border-color: #71C47B; }
span { border-color: rgb(113,196,123); }
td.TdClassName
{
border-color: #71C47B;
}
.TagClassName
{
border-color: #71C47B;
}
</style>