Shades of Fern #74C471
Tints of Fern #74C471
RGB
CMYK
RGB Variations
Color information
#74C471 (or 0x74C471) is known color: Fern. HEX triplet: 74, C4 and 71. RGB value is (116,196,113). Sum of RGB (Red+Green+Blue) = 116+196+113=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #74C471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C471 is #8B3B8E. Grayscale: #A2A2A2. Windows color (decimal): -9124751 or 7455860. OLE color: 7455860.
HSL color Cylindrical-coordinate representation of color #74C471: hue angle of 117.83º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C471 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 196 | 113 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.23 |
| HSL | 117.83º | 0.41% | 0.61% | - |
| HSV(B) | 117.83º | 0.42% | 0.77% | - |
| XYZ | 29.92 | 44.39 | 22.61 | - |
| YUV | 162.62 | 100 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 196 | 113 | 0.41 | 0 | 0.42 | 0.23 | 117.83 | 0.41 | 0.61 |
| Hex | 74 | C4 | 71 | 29 | 0 | 2A | 17 | 76 | 29 | 3D |
| Octal | 164 | 304 | 161 | 51 | 0 | 52 | 27 | 166 | 51 | 75 |
| Binary | 1110100 | 11000100 | 1110001 | 101001 | 0 | 101010 | 10111 | 1110110 | 101001 | 111101 |
Color Harmonies of #74C471
Complementary color
Monochromatic Colors of #74C471
Black with #74C471
Text Example
Text Example
White with #74C471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C471; }
p { color: rgb(116,196,113); }
H1.HeaderClassName
{
color: #74C471;
}
.AnyTagClassName
{
color: #74C471;
}
</style>
background-color css
<style>
a { background-color: #74C471; }
a { background-color: rgb(116,196,113); }
div.DivClassName
{
background-color: #74C471;
}
.BgClassName
{
background-color: #74C471;
}
</style>
border-color css
<style>
span { border-color: #74C471; }
span { border-color: rgb(116,196,113); }
td.TdClassName
{
border-color: #74C471;
}
.TagClassName
{
border-color: #74C471;
}
</style>