Shades of Fern #71B573
Tints of Fern #71B573
RGB
CMYK
RGB Variations
Color information
#71B573 (or 0x71B573) is known color: Fern. HEX triplet: 71, B5 and 73. RGB value is (113,181,115). Sum of RGB (Red+Green+Blue) = 113+181+115=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 181 - color contains mainly: green. Hex color #71B573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B573 is #8E4A8C. Grayscale: #999999. Windows color (decimal): -9325197 or 7583089. OLE color: 7583089.
HSL color Cylindrical-coordinate representation of color #71B573: hue angle of 121.76º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B573 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 181 | 115 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.29 |
| HSL | 121.76º | 0.31% | 0.58% | - |
| HSV(B) | 121.76º | 0.38% | 0.71% | - |
| XYZ | 26.43 | 37.8 | 22.12 | - |
| YUV | 153.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 181 | 115 | 0.38 | 0 | 0.36 | 0.29 | 121.76 | 0.31 | 0.58 |
| Hex | 71 | B5 | 73 | 26 | 0 | 24 | 1D | 7A | 1F | 3A |
| Octal | 161 | 265 | 163 | 46 | 0 | 44 | 35 | 172 | 37 | 72 |
| Binary | 1110001 | 10110101 | 1110011 | 100110 | 0 | 100100 | 11101 | 1111010 | 11111 | 111010 |
Color Harmonies of #71B573
Complementary color
Monochromatic Colors of #71B573
Black with #71B573
Text Example
Text Example
White with #71B573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B573; }
p { color: rgb(113,181,115); }
H1.HeaderClassName
{
color: #71B573;
}
.AnyTagClassName
{
color: #71B573;
}
</style>
background-color css
<style>
a { background-color: #71B573; }
a { background-color: rgb(113,181,115); }
div.DivClassName
{
background-color: #71B573;
}
.BgClassName
{
background-color: #71B573;
}
</style>
border-color css
<style>
span { border-color: #71B573; }
span { border-color: rgb(113,181,115); }
td.TdClassName
{
border-color: #71B573;
}
.TagClassName
{
border-color: #71B573;
}
</style>