Shades of Fern #73C16F
Tints of Fern #73C16F
RGB
CMYK
RGB Variations
Color information
#73C16F (or 0x73C16F) is known color: Fern. HEX triplet: 73, C1 and 6F. RGB value is (115,193,111). Sum of RGB (Red+Green+Blue) = 115+193+111=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #73C16F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C16F is #8C3E90. Grayscale: #A0A0A0. Windows color (decimal): -9191057 or 7324019. OLE color: 7324019.
HSL color Cylindrical-coordinate representation of color #73C16F: hue angle of 117.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73C16F is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 111 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.24 |
| HSL | 117.07º | 0.4% | 0.6% | - |
| HSV(B) | 117.07º | 0.42% | 0.76% | - |
| XYZ | 29.01 | 42.93 | 21.8 | - |
| YUV | 160.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 111 | 0.40 | 0 | 0.42 | 0.24 | 117.07 | 0.4 | 0.6 |
| Hex | 73 | C1 | 6F | 28 | 0 | 2A | 18 | 75 | 28 | 3C |
| Octal | 163 | 301 | 157 | 50 | 0 | 52 | 30 | 165 | 50 | 74 |
| Binary | 1110011 | 11000001 | 1101111 | 101000 | 0 | 101010 | 11000 | 1110101 | 101000 | 111100 |
Color Harmonies of #73C16F
Complementary color
Monochromatic Colors of #73C16F
Black with #73C16F
Text Example
Text Example
White with #73C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C16F; }
p { color: rgb(115,193,111); }
H1.HeaderClassName
{
color: #73C16F;
}
.AnyTagClassName
{
color: #73C16F;
}
</style>
background-color css
<style>
a { background-color: #73C16F; }
a { background-color: rgb(115,193,111); }
div.DivClassName
{
background-color: #73C16F;
}
.BgClassName
{
background-color: #73C16F;
}
</style>
border-color css
<style>
span { border-color: #73C16F; }
span { border-color: rgb(115,193,111); }
td.TdClassName
{
border-color: #73C16F;
}
.TagClassName
{
border-color: #73C16F;
}
</style>