Shades of Fern #74C376
Tints of Fern #74C376
RGB
CMYK
RGB Variations
Color information
#74C376 (or 0x74C376) is known color: Fern. HEX triplet: 74, C3 and 76. RGB value is (116,195,118). Sum of RGB (Red+Green+Blue) = 116+195+118=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #74C376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C376 is #8B3C89. Grayscale: #A2A2A2. Windows color (decimal): -9125002 or 7783284. OLE color: 7783284.
HSL color Cylindrical-coordinate representation of color #74C376: hue angle of 121.52º degrees, saturation: 0.4, 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 #74C376 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 118 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.24 |
| HSL | 121.52º | 0.4% | 0.61% | - |
| HSV(B) | 121.52º | 0.41% | 0.76% | - |
| XYZ | 29.99 | 44.05 | 24.06 | - |
| YUV | 162.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 118 | 0.41 | 0 | 0.39 | 0.24 | 121.52 | 0.4 | 0.61 |
| Hex | 74 | C3 | 76 | 29 | 0 | 27 | 18 | 7A | 28 | 3D |
| Octal | 164 | 303 | 166 | 51 | 0 | 47 | 30 | 172 | 50 | 75 |
| Binary | 1110100 | 11000011 | 1110110 | 101001 | 0 | 100111 | 11000 | 1111010 | 101000 | 111101 |
Color Harmonies of #74C376
Complementary color
Monochromatic Colors of #74C376
Black with #74C376
Text Example
Text Example
White with #74C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C376; }
p { color: rgb(116,195,118); }
H1.HeaderClassName
{
color: #74C376;
}
.AnyTagClassName
{
color: #74C376;
}
</style>
background-color css
<style>
a { background-color: #74C376; }
a { background-color: rgb(116,195,118); }
div.DivClassName
{
background-color: #74C376;
}
.BgClassName
{
background-color: #74C376;
}
</style>
border-color css
<style>
span { border-color: #74C376; }
span { border-color: rgb(116,195,118); }
td.TdClassName
{
border-color: #74C376;
}
.TagClassName
{
border-color: #74C376;
}
</style>