Shades of Fern #71C074
Tints of Fern #71C074
RGB
CMYK
RGB Variations
Color information
#71C074 (or 0x71C074) is known color: Fern. HEX triplet: 71, C0 and 74. RGB value is (113,192,116). Sum of RGB (Red+Green+Blue) = 113+192+116=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #71C074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C074 is #8E3F8B. Grayscale: #9F9F9F. Windows color (decimal): -9322380 or 7651441. OLE color: 7651441.
HSL color Cylindrical-coordinate representation of color #71C074: hue angle of 122.28º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71C074 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 116 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.25 |
| HSL | 122.28º | 0.39% | 0.6% | - |
| HSV(B) | 122.28º | 0.41% | 0.75% | - |
| XYZ | 28.81 | 42.47 | 23.2 | - |
| YUV | 159.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 116 | 0.41 | 0 | 0.40 | 0.25 | 122.28 | 0.39 | 0.6 |
| Hex | 71 | C0 | 74 | 29 | 0 | 28 | 19 | 7A | 27 | 3C |
| Octal | 161 | 300 | 164 | 51 | 0 | 50 | 31 | 172 | 47 | 74 |
| Binary | 1110001 | 11000000 | 1110100 | 101001 | 0 | 101000 | 11001 | 1111010 | 100111 | 111100 |
Color Harmonies of #71C074
Complementary color
Monochromatic Colors of #71C074
Black with #71C074
Text Example
Text Example
White with #71C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C074; }
p { color: rgb(113,192,116); }
H1.HeaderClassName
{
color: #71C074;
}
.AnyTagClassName
{
color: #71C074;
}
</style>
background-color css
<style>
a { background-color: #71C074; }
a { background-color: rgb(113,192,116); }
div.DivClassName
{
background-color: #71C074;
}
.BgClassName
{
background-color: #71C074;
}
</style>
border-color css
<style>
span { border-color: #71C074; }
span { border-color: rgb(113,192,116); }
td.TdClassName
{
border-color: #71C074;
}
.TagClassName
{
border-color: #71C074;
}
</style>