Shades of Fern #73C372
Tints of Fern #73C372
RGB
CMYK
RGB Variations
Color information
#73C372 (or 0x73C372) is known color: Fern. HEX triplet: 73, C3 and 72. RGB value is (115,195,114). Sum of RGB (Red+Green+Blue) = 115+195+114=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #73C372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C372 is #8C3C8D. Grayscale: #A2A2A2. Windows color (decimal): -9190542 or 7521139. OLE color: 7521139.
HSL color Cylindrical-coordinate representation of color #73C372: hue angle of 119.26º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73C372 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 114 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.24 |
| HSL | 119.26º | 0.4% | 0.61% | - |
| HSV(B) | 119.26º | 0.42% | 0.76% | - |
| XYZ | 29.62 | 43.89 | 22.83 | - |
| YUV | 161.85 | 101 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 114 | 0.41 | 0 | 0.42 | 0.24 | 119.26 | 0.4 | 0.61 |
| Hex | 73 | C3 | 72 | 29 | 0 | 2A | 18 | 77 | 28 | 3D |
| Octal | 163 | 303 | 162 | 51 | 0 | 52 | 30 | 167 | 50 | 75 |
| Binary | 1110011 | 11000011 | 1110010 | 101001 | 0 | 101010 | 11000 | 1110111 | 101000 | 111101 |
Color Harmonies of #73C372
Complementary color
Monochromatic Colors of #73C372
Black with #73C372
Text Example
Text Example
White with #73C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C372; }
p { color: rgb(115,195,114); }
H1.HeaderClassName
{
color: #73C372;
}
.AnyTagClassName
{
color: #73C372;
}
</style>
background-color css
<style>
a { background-color: #73C372; }
a { background-color: rgb(115,195,114); }
div.DivClassName
{
background-color: #73C372;
}
.BgClassName
{
background-color: #73C372;
}
</style>
border-color css
<style>
span { border-color: #73C372; }
span { border-color: rgb(115,195,114); }
td.TdClassName
{
border-color: #73C372;
}
.TagClassName
{
border-color: #73C372;
}
</style>