Shades of Fern #71BC7E
Tints of Fern #71BC7E
RGB
CMYK
RGB Variations
Color information
#71BC7E (or 0x71BC7E) is known color: Fern. HEX triplet: 71, BC and 7E. RGB value is (113,188,126). Sum of RGB (Red+Green+Blue) = 113+188+126=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC7E is #8E4381. Grayscale: #9E9E9E. Windows color (decimal): -9323394 or 8305777. OLE color: 8305777.
HSL color Cylindrical-coordinate representation of color #71BC7E: hue angle of 130.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BC7E is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 126 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.26 |
| HSL | 130.4º | 0.36% | 0.59% | - |
| HSV(B) | 130.4º | 0.4% | 0.74% | - |
| XYZ | 28.56 | 40.98 | 26.14 | - |
| YUV | 158.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 126 | 0.40 | 0 | 0.33 | 0.26 | 130.4 | 0.36 | 0.59 |
| Hex | 71 | BC | 7E | 28 | 0 | 21 | 1A | 82 | 24 | 3B |
| Octal | 161 | 274 | 176 | 50 | 0 | 41 | 32 | 202 | 44 | 73 |
| Binary | 1110001 | 10111100 | 1111110 | 101000 | 0 | 100001 | 11010 | 10000010 | 100100 | 111011 |
Color Harmonies of #71BC7E
Complementary color
Monochromatic Colors of #71BC7E
Black with #71BC7E
Text Example
Text Example
White with #71BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC7E; }
p { color: rgb(113,188,126); }
H1.HeaderClassName
{
color: #71BC7E;
}
.AnyTagClassName
{
color: #71BC7E;
}
</style>
background-color css
<style>
a { background-color: #71BC7E; }
a { background-color: rgb(113,188,126); }
div.DivClassName
{
background-color: #71BC7E;
}
.BgClassName
{
background-color: #71BC7E;
}
</style>
border-color css
<style>
span { border-color: #71BC7E; }
span { border-color: rgb(113,188,126); }
td.TdClassName
{
border-color: #71BC7E;
}
.TagClassName
{
border-color: #71BC7E;
}
</style>