Shades of Fern #71C278
Tints of Fern #71C278
RGB
CMYK
RGB Variations
Color information
#71C278 (or 0x71C278) is known color: Fern. HEX triplet: 71, C2 and 78. RGB value is (113,194,120). Sum of RGB (Red+Green+Blue) = 113+194+120=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #71C278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C278 is #8E3D87. Grayscale: #A1A1A1. Windows color (decimal): -9321864 or 7914097. OLE color: 7914097.
HSL color Cylindrical-coordinate representation of color #71C278: hue angle of 125.19º 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 #71C278 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 120 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.24 |
| HSL | 125.19º | 0.4% | 0.6% | - |
| HSV(B) | 125.19º | 0.42% | 0.76% | - |
| XYZ | 29.49 | 43.45 | 24.6 | - |
| YUV | 161.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 120 | 0.42 | 0 | 0.38 | 0.24 | 125.19 | 0.4 | 0.6 |
| Hex | 71 | C2 | 78 | 2A | 0 | 26 | 18 | 7D | 28 | 3C |
| Octal | 161 | 302 | 170 | 52 | 0 | 46 | 30 | 175 | 50 | 74 |
| Binary | 1110001 | 11000010 | 1111000 | 101010 | 0 | 100110 | 11000 | 1111101 | 101000 | 111100 |
Color Harmonies of #71C278
Complementary color
Monochromatic Colors of #71C278
Black with #71C278
Text Example
Text Example
White with #71C278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C278; }
p { color: rgb(113,194,120); }
H1.HeaderClassName
{
color: #71C278;
}
.AnyTagClassName
{
color: #71C278;
}
</style>
background-color css
<style>
a { background-color: #71C278; }
a { background-color: rgb(113,194,120); }
div.DivClassName
{
background-color: #71C278;
}
.BgClassName
{
background-color: #71C278;
}
</style>
border-color css
<style>
span { border-color: #71C278; }
span { border-color: rgb(113,194,120); }
td.TdClassName
{
border-color: #71C278;
}
.TagClassName
{
border-color: #71C278;
}
</style>