Shades of Fern #73C274
Tints of Fern #73C274
RGB
CMYK
RGB Variations
Color information
#73C274 (or 0x73C274) is known color: Fern. HEX triplet: 73, C2 and 74. RGB value is (115,194,116). Sum of RGB (Red+Green+Blue) = 115+194+116=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #73C274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C274 is #8C3D8B. Grayscale: #A1A1A1. Windows color (decimal): -9190796 or 7651955. OLE color: 7651955.
HSL color Cylindrical-coordinate representation of color #73C274: hue angle of 120.76º 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 #73C274 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 194 | 116 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.24 |
| HSL | 120.76º | 0.39% | 0.61% | - |
| HSV(B) | 120.76º | 0.41% | 0.76% | - |
| XYZ | 29.51 | 43.49 | 23.36 | - |
| YUV | 161.49 | 102.33 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 194 | 116 | 0.41 | 0 | 0.40 | 0.24 | 120.76 | 0.39 | 0.61 |
| Hex | 73 | C2 | 74 | 29 | 0 | 28 | 18 | 79 | 27 | 3D |
| Octal | 163 | 302 | 164 | 51 | 0 | 50 | 30 | 171 | 47 | 75 |
| Binary | 1110011 | 11000010 | 1110100 | 101001 | 0 | 101000 | 11000 | 1111001 | 100111 | 111101 |
Color Harmonies of #73C274
Complementary color
Monochromatic Colors of #73C274
Black with #73C274
Text Example
Text Example
White with #73C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C274; }
p { color: rgb(115,194,116); }
H1.HeaderClassName
{
color: #73C274;
}
.AnyTagClassName
{
color: #73C274;
}
</style>
background-color css
<style>
a { background-color: #73C274; }
a { background-color: rgb(115,194,116); }
div.DivClassName
{
background-color: #73C274;
}
.BgClassName
{
background-color: #73C274;
}
</style>
border-color css
<style>
span { border-color: #73C274; }
span { border-color: rgb(115,194,116); }
td.TdClassName
{
border-color: #73C274;
}
.TagClassName
{
border-color: #73C274;
}
</style>