Shades of Fern #71BD6A
Tints of Fern #71BD6A
RGB
CMYK
RGB Variations
Color information
#71BD6A (or 0x71BD6A) is known color: Fern. HEX triplet: 71, BD and 6A. RGB value is (113,189,106). Sum of RGB (Red+Green+Blue) = 113+189+106=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD6A is #8E4295. Grayscale: #9D9D9D. Windows color (decimal): -9323158 or 6995313. OLE color: 6995313.
HSL color Cylindrical-coordinate representation of color #71BD6A: hue angle of 114.94º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71BD6A is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 106 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.26 |
| HSL | 114.94º | 0.39% | 0.58% | - |
| HSV(B) | 114.94º | 0.44% | 0.74% | - |
| XYZ | 27.61 | 40.95 | 20.08 | - |
| YUV | 156.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 106 | 0.40 | 0 | 0.44 | 0.26 | 114.94 | 0.39 | 0.58 |
| Hex | 71 | BD | 6A | 28 | 0 | 2C | 1A | 73 | 27 | 3A |
| Octal | 161 | 275 | 152 | 50 | 0 | 54 | 32 | 163 | 47 | 72 |
| Binary | 1110001 | 10111101 | 1101010 | 101000 | 0 | 101100 | 11010 | 1110011 | 100111 | 111010 |
Color Harmonies of #71BD6A
Complementary color
Monochromatic Colors of #71BD6A
Black with #71BD6A
Text Example
Text Example
White with #71BD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD6A; }
p { color: rgb(113,189,106); }
H1.HeaderClassName
{
color: #71BD6A;
}
.AnyTagClassName
{
color: #71BD6A;
}
</style>
background-color css
<style>
a { background-color: #71BD6A; }
a { background-color: rgb(113,189,106); }
div.DivClassName
{
background-color: #71BD6A;
}
.BgClassName
{
background-color: #71BD6A;
}
</style>
border-color css
<style>
span { border-color: #71BD6A; }
span { border-color: rgb(113,189,106); }
td.TdClassName
{
border-color: #71BD6A;
}
.TagClassName
{
border-color: #71BD6A;
}
</style>