Shades of Fern #74C276
Tints of Fern #74C276
RGB
CMYK
RGB Variations
Color information
#74C276 (or 0x74C276) is known color: Fern. HEX triplet: 74, C2 and 76. RGB value is (116,194,118). Sum of RGB (Red+Green+Blue) = 116+194+118=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #74C276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C276 is #8B3D89. Grayscale: #A2A2A2. Windows color (decimal): -9125258 or 7783028. OLE color: 7783028.
HSL color Cylindrical-coordinate representation of color #74C276: hue angle of 121.54º degrees, saturation: 0.39, 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 #74C276 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 118 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.24 |
| HSL | 121.54º | 0.39% | 0.61% | - |
| HSV(B) | 121.54º | 0.4% | 0.76% | - |
| XYZ | 29.76 | 43.6 | 23.99 | - |
| YUV | 162.01 | 103.16 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 118 | 0.40 | 0 | 0.39 | 0.24 | 121.54 | 0.39 | 0.61 |
| Hex | 74 | C2 | 76 | 28 | 0 | 27 | 18 | 7A | 27 | 3D |
| Octal | 164 | 302 | 166 | 50 | 0 | 47 | 30 | 172 | 47 | 75 |
| Binary | 1110100 | 11000010 | 1110110 | 101000 | 0 | 100111 | 11000 | 1111010 | 100111 | 111101 |
Color Harmonies of #74C276
Complementary color
Monochromatic Colors of #74C276
Black with #74C276
Text Example
Text Example
White with #74C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C276; }
p { color: rgb(116,194,118); }
H1.HeaderClassName
{
color: #74C276;
}
.AnyTagClassName
{
color: #74C276;
}
</style>
background-color css
<style>
a { background-color: #74C276; }
a { background-color: rgb(116,194,118); }
div.DivClassName
{
background-color: #74C276;
}
.BgClassName
{
background-color: #74C276;
}
</style>
border-color css
<style>
span { border-color: #74C276; }
span { border-color: rgb(116,194,118); }
td.TdClassName
{
border-color: #74C276;
}
.TagClassName
{
border-color: #74C276;
}
</style>