Shades of Fern #71C46A
Tints of Fern #71C46A
RGB
CMYK
RGB Variations
Color information
#71C46A (or 0x71C46A) is known color: Fern. HEX triplet: 71, C4 and 6A. RGB value is (113,196,106). Sum of RGB (Red+Green+Blue) = 113+196+106=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #71C46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C46A is #8E3B95. Grayscale: #A1A1A1. Windows color (decimal): -9321366 or 6997105. OLE color: 6997105.
HSL color Cylindrical-coordinate representation of color #71C46A: hue angle of 115.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71C46A is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 196 | 106 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.23 |
| HSL | 115.33º | 0.43% | 0.59% | - |
| HSV(B) | 115.33º | 0.46% | 0.77% | - |
| XYZ | 29.15 | 44.03 | 20.6 | - |
| YUV | 160.92 | 97 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 106 | 0.42 | 0 | 0.46 | 0.23 | 115.33 | 0.43 | 0.59 |
| Hex | 71 | C4 | 6A | 2A | 0 | 2E | 17 | 73 | 2B | 3B |
| Octal | 161 | 304 | 152 | 52 | 0 | 56 | 27 | 163 | 53 | 73 |
| Binary | 1110001 | 11000100 | 1101010 | 101010 | 0 | 101110 | 10111 | 1110011 | 101011 | 111011 |
Color Harmonies of #71C46A
Complementary color
Monochromatic Colors of #71C46A
Black with #71C46A
Text Example
Text Example
White with #71C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C46A; }
p { color: rgb(113,196,106); }
H1.HeaderClassName
{
color: #71C46A;
}
.AnyTagClassName
{
color: #71C46A;
}
</style>
background-color css
<style>
a { background-color: #71C46A; }
a { background-color: rgb(113,196,106); }
div.DivClassName
{
background-color: #71C46A;
}
.BgClassName
{
background-color: #71C46A;
}
</style>
border-color css
<style>
span { border-color: #71C46A; }
span { border-color: rgb(113,196,106); }
td.TdClassName
{
border-color: #71C46A;
}
.TagClassName
{
border-color: #71C46A;
}
</style>