Shades of Fern #73C171
Tints of Fern #73C171
RGB
CMYK
RGB Variations
Color information
#73C171 (or 0x73C171) is known color: Fern. HEX triplet: 73, C1 and 71. RGB value is (115,193,113). Sum of RGB (Red+Green+Blue) = 115+193+113=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #73C171 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C171 is #8C3E8E. Grayscale: #A0A0A0. Windows color (decimal): -9191055 or 7455091. OLE color: 7455091.
HSL color Cylindrical-coordinate representation of color #73C171: hue angle of 118.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73C171 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 113 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.24 |
| HSL | 118.5º | 0.39% | 0.6% | - |
| HSV(B) | 118.5º | 0.41% | 0.76% | - |
| XYZ | 29.12 | 42.98 | 22.38 | - |
| YUV | 160.56 | 101.16 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 113 | 0.40 | 0 | 0.41 | 0.24 | 118.5 | 0.39 | 0.6 |
| Hex | 73 | C1 | 71 | 28 | 0 | 29 | 18 | 76 | 27 | 3C |
| Octal | 163 | 301 | 161 | 50 | 0 | 51 | 30 | 166 | 47 | 74 |
| Binary | 1110011 | 11000001 | 1110001 | 101000 | 0 | 101001 | 11000 | 1110110 | 100111 | 111100 |
Color Harmonies of #73C171
Complementary color
Monochromatic Colors of #73C171
Black with #73C171
Text Example
Text Example
White with #73C171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C171; }
p { color: rgb(115,193,113); }
H1.HeaderClassName
{
color: #73C171;
}
.AnyTagClassName
{
color: #73C171;
}
</style>
background-color css
<style>
a { background-color: #73C171; }
a { background-color: rgb(115,193,113); }
div.DivClassName
{
background-color: #73C171;
}
.BgClassName
{
background-color: #73C171;
}
</style>
border-color css
<style>
span { border-color: #73C171; }
span { border-color: rgb(115,193,113); }
td.TdClassName
{
border-color: #73C171;
}
.TagClassName
{
border-color: #73C171;
}
</style>