Shades of Fern #71BA71
Tints of Fern #71BA71
RGB
CMYK
RGB Variations
Color information
#71BA71 (or 0x71BA71) is known color: Fern. HEX triplet: 71, BA and 71. RGB value is (113,186,113). Sum of RGB (Red+Green+Blue) = 113+186+113=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA71 is #8E458E. Grayscale: #9C9C9C. Windows color (decimal): -9323919 or 7453297. OLE color: 7453297.
HSL color Cylindrical-coordinate representation of color #71BA71: hue angle of 120º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71BA71 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 113 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.27 |
| HSL | 120º | 0.35% | 0.59% | - |
| HSV(B) | 120º | 0.39% | 0.73% | - |
| XYZ | 27.35 | 39.82 | 21.87 | - |
| YUV | 155.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 113 | 0.39 | 0 | 0.39 | 0.27 | 120 | 0.35 | 0.59 |
| Hex | 71 | BA | 71 | 27 | 0 | 27 | 1B | 78 | 23 | 3B |
| Octal | 161 | 272 | 161 | 47 | 0 | 47 | 33 | 170 | 43 | 73 |
| Binary | 1110001 | 10111010 | 1110001 | 100111 | 0 | 100111 | 11011 | 1111000 | 100011 | 111011 |
Color Harmonies of #71BA71
Complementary color
Monochromatic Colors of #71BA71
Black with #71BA71
Text Example
Text Example
White with #71BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA71; }
p { color: rgb(113,186,113); }
H1.HeaderClassName
{
color: #71BA71;
}
.AnyTagClassName
{
color: #71BA71;
}
</style>
background-color css
<style>
a { background-color: #71BA71; }
a { background-color: rgb(113,186,113); }
div.DivClassName
{
background-color: #71BA71;
}
.BgClassName
{
background-color: #71BA71;
}
</style>
border-color css
<style>
span { border-color: #71BA71; }
span { border-color: rgb(113,186,113); }
td.TdClassName
{
border-color: #71BA71;
}
.TagClassName
{
border-color: #71BA71;
}
</style>