Shades of Fern #71BD7D
Tints of Fern #71BD7D
RGB
CMYK
RGB Variations
Color information
#71BD7D (or 0x71BD7D) is known color: Fern. HEX triplet: 71, BD and 7D. RGB value is (113,189,125). Sum of RGB (Red+Green+Blue) = 113+189+125=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD7D is #8E4282. Grayscale: #9F9F9F. Windows color (decimal): -9323139 or 8240497. OLE color: 8240497.
HSL color Cylindrical-coordinate representation of color #71BD7D: hue angle of 129.47º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BD7D is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 125 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.26 |
| HSL | 129.47º | 0.37% | 0.59% | - |
| HSV(B) | 129.47º | 0.4% | 0.74% | - |
| XYZ | 28.71 | 41.39 | 25.88 | - |
| YUV | 158.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 125 | 0.40 | 0 | 0.34 | 0.26 | 129.47 | 0.37 | 0.59 |
| Hex | 71 | BD | 7D | 28 | 0 | 22 | 1A | 81 | 25 | 3B |
| Octal | 161 | 275 | 175 | 50 | 0 | 42 | 32 | 201 | 45 | 73 |
| Binary | 1110001 | 10111101 | 1111101 | 101000 | 0 | 100010 | 11010 | 10000001 | 100101 | 111011 |
Color Harmonies of #71BD7D
Complementary color
Monochromatic Colors of #71BD7D
Black with #71BD7D
Text Example
Text Example
White with #71BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD7D; }
p { color: rgb(113,189,125); }
H1.HeaderClassName
{
color: #71BD7D;
}
.AnyTagClassName
{
color: #71BD7D;
}
</style>
background-color css
<style>
a { background-color: #71BD7D; }
a { background-color: rgb(113,189,125); }
div.DivClassName
{
background-color: #71BD7D;
}
.BgClassName
{
background-color: #71BD7D;
}
</style>
border-color css
<style>
span { border-color: #71BD7D; }
span { border-color: rgb(113,189,125); }
td.TdClassName
{
border-color: #71BD7D;
}
.TagClassName
{
border-color: #71BD7D;
}
</style>