Shades of Fern #71C578
Tints of Fern #71C578
RGB
CMYK
RGB Variations
Color information
#71C578 (or 0x71C578) is known color: Fern. HEX triplet: 71, C5 and 78. RGB value is (113,197,120). Sum of RGB (Red+Green+Blue) = 113+197+120=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #71C578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C578 is #8E3A87. Grayscale: #A3A3A3. Windows color (decimal): -9321096 or 7914865. OLE color: 7914865.
HSL color Cylindrical-coordinate representation of color #71C578: hue angle of 125º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71C578 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 197 | 120 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.23 |
| HSL | 125º | 0.42% | 0.61% | - |
| HSV(B) | 125º | 0.43% | 0.77% | - |
| XYZ | 30.17 | 44.8 | 24.83 | - |
| YUV | 163.11 | 103.67 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 197 | 120 | 0.43 | 0 | 0.39 | 0.23 | 125 | 0.42 | 0.61 |
| Hex | 71 | C5 | 78 | 2B | 0 | 27 | 17 | 7D | 2A | 3D |
| Octal | 161 | 305 | 170 | 53 | 0 | 47 | 27 | 175 | 52 | 75 |
| Binary | 1110001 | 11000101 | 1111000 | 101011 | 0 | 100111 | 10111 | 1111101 | 101010 | 111101 |
Color Harmonies of #71C578
Complementary color
Monochromatic Colors of #71C578
Black with #71C578
Text Example
Text Example
White with #71C578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C578; }
p { color: rgb(113,197,120); }
H1.HeaderClassName
{
color: #71C578;
}
.AnyTagClassName
{
color: #71C578;
}
</style>
background-color css
<style>
a { background-color: #71C578; }
a { background-color: rgb(113,197,120); }
div.DivClassName
{
background-color: #71C578;
}
.BgClassName
{
background-color: #71C578;
}
</style>
border-color css
<style>
span { border-color: #71C578; }
span { border-color: rgb(113,197,120); }
td.TdClassName
{
border-color: #71C578;
}
.TagClassName
{
border-color: #71C578;
}
</style>