Shades of Fern #71C371
Tints of Fern #71C371
RGB
CMYK
RGB Variations
Color information
#71C371 (or 0x71C371) is known color: Fern. HEX triplet: 71, C3 and 71. RGB value is (113,195,113). Sum of RGB (Red+Green+Blue) = 113+195+113=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #71C371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C371 is #8E3C8E. Grayscale: #A1A1A1. Windows color (decimal): -9321615 or 7455601. OLE color: 7455601.
HSL color Cylindrical-coordinate representation of color #71C371: hue angle of 120º degrees, saturation: 0.41, 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 #71C371 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 195 | 113 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.24 |
| HSL | 120º | 0.41% | 0.6% | - |
| HSV(B) | 120º | 0.42% | 0.76% | - |
| XYZ | 29.31 | 43.73 | 22.52 | - |
| YUV | 161.13 | 100.83 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 195 | 113 | 0.42 | 0 | 0.42 | 0.24 | 120 | 0.41 | 0.6 |
| Hex | 71 | C3 | 71 | 2A | 0 | 2A | 18 | 78 | 29 | 3C |
| Octal | 161 | 303 | 161 | 52 | 0 | 52 | 30 | 170 | 51 | 74 |
| Binary | 1110001 | 11000011 | 1110001 | 101010 | 0 | 101010 | 11000 | 1111000 | 101001 | 111100 |
Color Harmonies of #71C371
Complementary color
Monochromatic Colors of #71C371
Black with #71C371
Text Example
Text Example
White with #71C371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C371; }
p { color: rgb(113,195,113); }
H1.HeaderClassName
{
color: #71C371;
}
.AnyTagClassName
{
color: #71C371;
}
</style>
background-color css
<style>
a { background-color: #71C371; }
a { background-color: rgb(113,195,113); }
div.DivClassName
{
background-color: #71C371;
}
.BgClassName
{
background-color: #71C371;
}
</style>
border-color css
<style>
span { border-color: #71C371; }
span { border-color: rgb(113,195,113); }
td.TdClassName
{
border-color: #71C371;
}
.TagClassName
{
border-color: #71C371;
}
</style>