Shades of Fern #73C275
Tints of Fern #73C275
RGB
CMYK
RGB Variations
Color information
#73C275 (or 0x73C275) is known color: Fern. HEX triplet: 73, C2 and 75. RGB value is (115,194,117). Sum of RGB (Red+Green+Blue) = 115+194+117=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #73C275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C275 is #8C3D8A. Grayscale: #A1A1A1. Windows color (decimal): -9190795 or 7717491. OLE color: 7717491.
HSL color Cylindrical-coordinate representation of color #73C275: hue angle of 121.52º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73C275 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 194 | 117 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.24 |
| HSL | 121.52º | 0.39% | 0.61% | - |
| HSV(B) | 121.52º | 0.41% | 0.76% | - |
| XYZ | 29.57 | 43.51 | 23.67 | - |
| YUV | 161.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 194 | 117 | 0.41 | 0 | 0.40 | 0.24 | 121.52 | 0.39 | 0.61 |
| Hex | 73 | C2 | 75 | 29 | 0 | 28 | 18 | 7A | 27 | 3D |
| Octal | 163 | 302 | 165 | 51 | 0 | 50 | 30 | 172 | 47 | 75 |
| Binary | 1110011 | 11000010 | 1110101 | 101001 | 0 | 101000 | 11000 | 1111010 | 100111 | 111101 |
Color Harmonies of #73C275
Complementary color
Monochromatic Colors of #73C275
Black with #73C275
Text Example
Text Example
White with #73C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C275; }
p { color: rgb(115,194,117); }
H1.HeaderClassName
{
color: #73C275;
}
.AnyTagClassName
{
color: #73C275;
}
</style>
background-color css
<style>
a { background-color: #73C275; }
a { background-color: rgb(115,194,117); }
div.DivClassName
{
background-color: #73C275;
}
.BgClassName
{
background-color: #73C275;
}
</style>
border-color css
<style>
span { border-color: #73C275; }
span { border-color: rgb(115,194,117); }
td.TdClassName
{
border-color: #73C275;
}
.TagClassName
{
border-color: #73C275;
}
</style>