Shades of Fern #71C270
Tints of Fern #71C270
RGB
CMYK
RGB Variations
Color information
#71C270 (or 0x71C270) is known color: Fern. HEX triplet: 71, C2 and 70. RGB value is (113,194,112). Sum of RGB (Red+Green+Blue) = 113+194+112=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #71C270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C270 is #8E3D8F. Grayscale: #A0A0A0. Windows color (decimal): -9321872 or 7389809. OLE color: 7389809.
HSL color Cylindrical-coordinate representation of color #71C270: hue angle of 119.27º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C270 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 112 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.24 |
| HSL | 119.27º | 0.4% | 0.6% | - |
| HSV(B) | 119.27º | 0.42% | 0.76% | - |
| XYZ | 29.03 | 43.26 | 22.15 | - |
| YUV | 160.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 112 | 0.42 | 0 | 0.42 | 0.24 | 119.27 | 0.4 | 0.6 |
| Hex | 71 | C2 | 70 | 2A | 0 | 2A | 18 | 77 | 28 | 3C |
| Octal | 161 | 302 | 160 | 52 | 0 | 52 | 30 | 167 | 50 | 74 |
| Binary | 1110001 | 11000010 | 1110000 | 101010 | 0 | 101010 | 11000 | 1110111 | 101000 | 111100 |
Color Harmonies of #71C270
Complementary color
Monochromatic Colors of #71C270
Black with #71C270
Text Example
Text Example
White with #71C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C270; }
p { color: rgb(113,194,112); }
H1.HeaderClassName
{
color: #71C270;
}
.AnyTagClassName
{
color: #71C270;
}
</style>
background-color css
<style>
a { background-color: #71C270; }
a { background-color: rgb(113,194,112); }
div.DivClassName
{
background-color: #71C270;
}
.BgClassName
{
background-color: #71C270;
}
</style>
border-color css
<style>
span { border-color: #71C270; }
span { border-color: rgb(113,194,112); }
td.TdClassName
{
border-color: #71C270;
}
.TagClassName
{
border-color: #71C270;
}
</style>