Shades of Fern #74C278
Tints of Fern #74C278
RGB
CMYK
RGB Variations
Color information
#74C278 (or 0x74C278) is known color: Fern. HEX triplet: 74, C2 and 78. RGB value is (116,194,120). Sum of RGB (Red+Green+Blue) = 116+194+120=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #74C278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C278 is #8B3D87. Grayscale: #A2A2A2. Windows color (decimal): -9125256 or 7914100. OLE color: 7914100.
HSL color Cylindrical-coordinate representation of color #74C278: hue angle of 123.08º 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 #74C278 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 120 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.24 |
| HSL | 123.08º | 0.39% | 0.61% | - |
| HSV(B) | 123.08º | 0.4% | 0.76% | - |
| XYZ | 29.88 | 43.65 | 24.62 | - |
| YUV | 162.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 120 | 0.40 | 0 | 0.38 | 0.24 | 123.08 | 0.39 | 0.61 |
| Hex | 74 | C2 | 78 | 28 | 0 | 26 | 18 | 7B | 27 | 3D |
| Octal | 164 | 302 | 170 | 50 | 0 | 46 | 30 | 173 | 47 | 75 |
| Binary | 1110100 | 11000010 | 1111000 | 101000 | 0 | 100110 | 11000 | 1111011 | 100111 | 111101 |
Color Harmonies of #74C278
Complementary color
Monochromatic Colors of #74C278
Black with #74C278
Text Example
Text Example
White with #74C278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C278; }
p { color: rgb(116,194,120); }
H1.HeaderClassName
{
color: #74C278;
}
.AnyTagClassName
{
color: #74C278;
}
</style>
background-color css
<style>
a { background-color: #74C278; }
a { background-color: rgb(116,194,120); }
div.DivClassName
{
background-color: #74C278;
}
.BgClassName
{
background-color: #74C278;
}
</style>
border-color css
<style>
span { border-color: #74C278; }
span { border-color: rgb(116,194,120); }
td.TdClassName
{
border-color: #74C278;
}
.TagClassName
{
border-color: #74C278;
}
</style>