Shades of Fern #71C369
Tints of Fern #71C369
RGB
CMYK
RGB Variations
Color information
#71C369 (or 0x71C369) is known color: Fern. HEX triplet: 71, C3 and 69. RGB value is (113,195,105). Sum of RGB (Red+Green+Blue) = 113+195+105=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #71C369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C369 is #8E3C96. Grayscale: #A0A0A0. Windows color (decimal): -9321623 or 6931313. OLE color: 6931313.
HSL color Cylindrical-coordinate representation of color #71C369: hue angle of 114.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71C369 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 195 | 105 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.24 |
| HSL | 114.67º | 0.43% | 0.59% | - |
| HSV(B) | 114.67º | 0.46% | 0.76% | - |
| XYZ | 28.87 | 43.56 | 20.25 | - |
| YUV | 160.22 | 96.83 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 195 | 105 | 0.42 | 0 | 0.46 | 0.24 | 114.67 | 0.43 | 0.59 |
| Hex | 71 | C3 | 69 | 2A | 0 | 2E | 18 | 73 | 2B | 3B |
| Octal | 161 | 303 | 151 | 52 | 0 | 56 | 30 | 163 | 53 | 73 |
| Binary | 1110001 | 11000011 | 1101001 | 101010 | 0 | 101110 | 11000 | 1110011 | 101011 | 111011 |
Color Harmonies of #71C369
Complementary color
Monochromatic Colors of #71C369
Black with #71C369
Text Example
Text Example
White with #71C369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C369; }
p { color: rgb(113,195,105); }
H1.HeaderClassName
{
color: #71C369;
}
.AnyTagClassName
{
color: #71C369;
}
</style>
background-color css
<style>
a { background-color: #71C369; }
a { background-color: rgb(113,195,105); }
div.DivClassName
{
background-color: #71C369;
}
.BgClassName
{
background-color: #71C369;
}
</style>
border-color css
<style>
span { border-color: #71C369; }
span { border-color: rgb(113,195,105); }
td.TdClassName
{
border-color: #71C369;
}
.TagClassName
{
border-color: #71C369;
}
</style>