Shades of Fern #74C272
Tints of Fern #74C272
RGB
CMYK
RGB Variations
Color information
#74C272 (or 0x74C272) is known color: Fern. HEX triplet: 74, C2 and 72. RGB value is (116,194,114). Sum of RGB (Red+Green+Blue) = 116+194+114=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #74C272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C272 is #8B3D8D. Grayscale: #A1A1A1. Windows color (decimal): -9125262 or 7520884. OLE color: 7520884.
HSL color Cylindrical-coordinate representation of color #74C272: hue angle of 118.5º degrees, saturation: 0.4, 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 #74C272 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 114 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.24 |
| HSL | 118.5º | 0.4% | 0.6% | - |
| HSV(B) | 118.5º | 0.41% | 0.76% | - |
| XYZ | 29.53 | 43.51 | 22.76 | - |
| YUV | 161.56 | 101.16 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 114 | 0.40 | 0 | 0.41 | 0.24 | 118.5 | 0.4 | 0.6 |
| Hex | 74 | C2 | 72 | 28 | 0 | 29 | 18 | 76 | 28 | 3C |
| Octal | 164 | 302 | 162 | 50 | 0 | 51 | 30 | 166 | 50 | 74 |
| Binary | 1110100 | 11000010 | 1110010 | 101000 | 0 | 101001 | 11000 | 1110110 | 101000 | 111100 |
Color Harmonies of #74C272
Complementary color
Monochromatic Colors of #74C272
Black with #74C272
Text Example
Text Example
White with #74C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C272; }
p { color: rgb(116,194,114); }
H1.HeaderClassName
{
color: #74C272;
}
.AnyTagClassName
{
color: #74C272;
}
</style>
background-color css
<style>
a { background-color: #74C272; }
a { background-color: rgb(116,194,114); }
div.DivClassName
{
background-color: #74C272;
}
.BgClassName
{
background-color: #74C272;
}
</style>
border-color css
<style>
span { border-color: #74C272; }
span { border-color: rgb(116,194,114); }
td.TdClassName
{
border-color: #74C272;
}
.TagClassName
{
border-color: #74C272;
}
</style>