Shades of Fern #74C174
Tints of Fern #74C174
RGB
CMYK
RGB Variations
Color information
#74C174 (or 0x74C174) is known color: Fern. HEX triplet: 74, C1 and 74. RGB value is (116,193,116). Sum of RGB (Red+Green+Blue) = 116+193+116=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #74C174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C174 is #8B3E8B. Grayscale: #A1A1A1. Windows color (decimal): -9125516 or 7651700. OLE color: 7651700.
HSL color Cylindrical-coordinate representation of color #74C174: hue angle of 120º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C174 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 116 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.24 |
| HSL | 120º | 0.38% | 0.61% | - |
| HSV(B) | 120º | 0.4% | 0.76% | - |
| XYZ | 29.42 | 43.11 | 23.29 | - |
| YUV | 161.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 116 | 0.40 | 0 | 0.40 | 0.24 | 120 | 0.38 | 0.61 |
| Hex | 74 | C1 | 74 | 28 | 0 | 28 | 18 | 78 | 26 | 3D |
| Octal | 164 | 301 | 164 | 50 | 0 | 50 | 30 | 170 | 46 | 75 |
| Binary | 1110100 | 11000001 | 1110100 | 101000 | 0 | 101000 | 11000 | 1111000 | 100110 | 111101 |
Color Harmonies of #74C174
Complementary color
Monochromatic Colors of #74C174
Black with #74C174
Text Example
Text Example
White with #74C174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C174; }
p { color: rgb(116,193,116); }
H1.HeaderClassName
{
color: #74C174;
}
.AnyTagClassName
{
color: #74C174;
}
</style>
background-color css
<style>
a { background-color: #74C174; }
a { background-color: rgb(116,193,116); }
div.DivClassName
{
background-color: #74C174;
}
.BgClassName
{
background-color: #74C174;
}
</style>
border-color css
<style>
span { border-color: #74C174; }
span { border-color: rgb(116,193,116); }
td.TdClassName
{
border-color: #74C174;
}
.TagClassName
{
border-color: #74C174;
}
</style>