Shades of Fern #71C26B
Tints of Fern #71C26B
RGB
CMYK
RGB Variations
Color information
#71C26B (or 0x71C26B) is known color: Fern. HEX triplet: 71, C2 and 6B. RGB value is (113,194,107). Sum of RGB (Red+Green+Blue) = 113+194+107=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #71C26B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C26B is #8E3D94. Grayscale: #A0A0A0. Windows color (decimal): -9321877 or 7062129. OLE color: 7062129.
HSL color Cylindrical-coordinate representation of color #71C26B: hue angle of 115.86º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71C26B is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 107 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.24 |
| HSL | 115.86º | 0.42% | 0.59% | - |
| HSV(B) | 115.86º | 0.45% | 0.76% | - |
| XYZ | 28.76 | 43.16 | 20.72 | - |
| YUV | 159.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 107 | 0.42 | 0 | 0.45 | 0.24 | 115.86 | 0.42 | 0.59 |
| Hex | 71 | C2 | 6B | 2A | 0 | 2D | 18 | 74 | 2A | 3B |
| Octal | 161 | 302 | 153 | 52 | 0 | 55 | 30 | 164 | 52 | 73 |
| Binary | 1110001 | 11000010 | 1101011 | 101010 | 0 | 101101 | 11000 | 1110100 | 101010 | 111011 |
Color Harmonies of #71C26B
Complementary color
Monochromatic Colors of #71C26B
Black with #71C26B
Text Example
Text Example
White with #71C26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C26B; }
p { color: rgb(113,194,107); }
H1.HeaderClassName
{
color: #71C26B;
}
.AnyTagClassName
{
color: #71C26B;
}
</style>
background-color css
<style>
a { background-color: #71C26B; }
a { background-color: rgb(113,194,107); }
div.DivClassName
{
background-color: #71C26B;
}
.BgClassName
{
background-color: #71C26B;
}
</style>
border-color css
<style>
span { border-color: #71C26B; }
span { border-color: rgb(113,194,107); }
td.TdClassName
{
border-color: #71C26B;
}
.TagClassName
{
border-color: #71C26B;
}
</style>