Shades of Fern #74C172
Tints of Fern #74C172
RGB
CMYK
RGB Variations
Color information
#74C172 (or 0x74C172) is known color: Fern. HEX triplet: 74, C1 and 72. RGB value is (116,193,114). Sum of RGB (Red+Green+Blue) = 116+193+114=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #74C172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C172 is #8B3E8D. Grayscale: #A1A1A1. Windows color (decimal): -9125518 or 7520628. OLE color: 7520628.
HSL color Cylindrical-coordinate representation of color #74C172: hue angle of 118.48º degrees, saturation: 0.39, 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 #74C172 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 114 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.24 |
| HSL | 118.48º | 0.39% | 0.6% | - |
| HSV(B) | 118.48º | 0.41% | 0.76% | - |
| XYZ | 29.31 | 43.07 | 22.69 | - |
| YUV | 160.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 114 | 0.40 | 0 | 0.41 | 0.24 | 118.48 | 0.39 | 0.6 |
| Hex | 74 | C1 | 72 | 28 | 0 | 29 | 18 | 76 | 27 | 3C |
| Octal | 164 | 301 | 162 | 50 | 0 | 51 | 30 | 166 | 47 | 74 |
| Binary | 1110100 | 11000001 | 1110010 | 101000 | 0 | 101001 | 11000 | 1110110 | 100111 | 111100 |
Color Harmonies of #74C172
Complementary color
Monochromatic Colors of #74C172
Black with #74C172
Text Example
Text Example
White with #74C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C172; }
p { color: rgb(116,193,114); }
H1.HeaderClassName
{
color: #74C172;
}
.AnyTagClassName
{
color: #74C172;
}
</style>
background-color css
<style>
a { background-color: #74C172; }
a { background-color: rgb(116,193,114); }
div.DivClassName
{
background-color: #74C172;
}
.BgClassName
{
background-color: #74C172;
}
</style>
border-color css
<style>
span { border-color: #74C172; }
span { border-color: rgb(116,193,114); }
td.TdClassName
{
border-color: #74C172;
}
.TagClassName
{
border-color: #74C172;
}
</style>