Shades of Fern #71BE6B
Tints of Fern #71BE6B
RGB
CMYK
RGB Variations
Color information
#71BE6B (or 0x71BE6B) is known color: Fern. HEX triplet: 71, BE and 6B. RGB value is (113,190,107). Sum of RGB (Red+Green+Blue) = 113+190+107=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BE6B is #8E4194. Grayscale: #9D9D9D. Windows color (decimal): -9322901 or 7061105. OLE color: 7061105.
HSL color Cylindrical-coordinate representation of color #71BE6B: hue angle of 115.66º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71BE6B is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 190 | 107 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.25 |
| HSL | 115.66º | 0.39% | 0.58% | - |
| HSV(B) | 115.66º | 0.44% | 0.75% | - |
| XYZ | 27.88 | 41.4 | 20.43 | - |
| YUV | 157.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 190 | 107 | 0.41 | 0 | 0.44 | 0.25 | 115.66 | 0.39 | 0.58 |
| Hex | 71 | BE | 6B | 29 | 0 | 2C | 19 | 74 | 27 | 3A |
| Octal | 161 | 276 | 153 | 51 | 0 | 54 | 31 | 164 | 47 | 72 |
| Binary | 1110001 | 10111110 | 1101011 | 101001 | 0 | 101100 | 11001 | 1110100 | 100111 | 111010 |
Color Harmonies of #71BE6B
Complementary color
Monochromatic Colors of #71BE6B
Black with #71BE6B
Text Example
Text Example
White with #71BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BE6B; }
p { color: rgb(113,190,107); }
H1.HeaderClassName
{
color: #71BE6B;
}
.AnyTagClassName
{
color: #71BE6B;
}
</style>
background-color css
<style>
a { background-color: #71BE6B; }
a { background-color: rgb(113,190,107); }
div.DivClassName
{
background-color: #71BE6B;
}
.BgClassName
{
background-color: #71BE6B;
}
</style>
border-color css
<style>
span { border-color: #71BE6B; }
span { border-color: rgb(113,190,107); }
td.TdClassName
{
border-color: #71BE6B;
}
.TagClassName
{
border-color: #71BE6B;
}
</style>