Shades of Fern #71BF7D
Tints of Fern #71BF7D
RGB
CMYK
RGB Variations
Color information
#71BF7D (or 0x71BF7D) is known color: Fern. HEX triplet: 71, BF and 7D. RGB value is (113,191,125). Sum of RGB (Red+Green+Blue) = 113+191+125=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BF7D is #8E4082. Grayscale: #A0A0A0. Windows color (decimal): -9322627 or 8241009. OLE color: 8241009.
HSL color Cylindrical-coordinate representation of color #71BF7D: hue angle of 129.23º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BF7D is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 191 | 125 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.25 |
| HSL | 129.23º | 0.38% | 0.6% | - |
| HSV(B) | 129.23º | 0.41% | 0.75% | - |
| XYZ | 29.14 | 42.25 | 26.02 | - |
| YUV | 160.15 | 108.16 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 125 | 0.41 | 0 | 0.35 | 0.25 | 129.23 | 0.38 | 0.6 |
| Hex | 71 | BF | 7D | 29 | 0 | 23 | 19 | 81 | 26 | 3C |
| Octal | 161 | 277 | 175 | 51 | 0 | 43 | 31 | 201 | 46 | 74 |
| Binary | 1110001 | 10111111 | 1111101 | 101001 | 0 | 100011 | 11001 | 10000001 | 100110 | 111100 |
Color Harmonies of #71BF7D
Complementary color
Monochromatic Colors of #71BF7D
Black with #71BF7D
Text Example
Text Example
White with #71BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BF7D; }
p { color: rgb(113,191,125); }
H1.HeaderClassName
{
color: #71BF7D;
}
.AnyTagClassName
{
color: #71BF7D;
}
</style>
background-color css
<style>
a { background-color: #71BF7D; }
a { background-color: rgb(113,191,125); }
div.DivClassName
{
background-color: #71BF7D;
}
.BgClassName
{
background-color: #71BF7D;
}
</style>
border-color css
<style>
span { border-color: #71BF7D; }
span { border-color: rgb(113,191,125); }
td.TdClassName
{
border-color: #71BF7D;
}
.TagClassName
{
border-color: #71BF7D;
}
</style>