Shades of Fern #74BC7E
Tints of Fern #74BC7E
RGB
CMYK
RGB Variations
Color information
#74BC7E (or 0x74BC7E) is known color: Fern. HEX triplet: 74, BC and 7E. RGB value is (116,188,126). Sum of RGB (Red+Green+Blue) = 116+188+126=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC7E is #8B4381. Grayscale: #9F9F9F. Windows color (decimal): -9126786 or 8305780. OLE color: 8305780.
HSL color Cylindrical-coordinate representation of color #74BC7E: hue angle of 128.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BC7E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 126 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.26 |
| HSL | 128.33º | 0.35% | 0.6% | - |
| HSV(B) | 128.33º | 0.38% | 0.74% | - |
| XYZ | 28.95 | 41.19 | 26.16 | - |
| YUV | 159.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 126 | 0.38 | 0 | 0.33 | 0.26 | 128.33 | 0.35 | 0.6 |
| Hex | 74 | BC | 7E | 26 | 0 | 21 | 1A | 80 | 23 | 3C |
| Octal | 164 | 274 | 176 | 46 | 0 | 41 | 32 | 200 | 43 | 74 |
| Binary | 1110100 | 10111100 | 1111110 | 100110 | 0 | 100001 | 11010 | 10000000 | 100011 | 111100 |
Color Harmonies of #74BC7E
Complementary color
Monochromatic Colors of #74BC7E
Black with #74BC7E
Text Example
Text Example
White with #74BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC7E; }
p { color: rgb(116,188,126); }
H1.HeaderClassName
{
color: #74BC7E;
}
.AnyTagClassName
{
color: #74BC7E;
}
</style>
background-color css
<style>
a { background-color: #74BC7E; }
a { background-color: rgb(116,188,126); }
div.DivClassName
{
background-color: #74BC7E;
}
.BgClassName
{
background-color: #74BC7E;
}
</style>
border-color css
<style>
span { border-color: #74BC7E; }
span { border-color: rgb(116,188,126); }
td.TdClassName
{
border-color: #74BC7E;
}
.TagClassName
{
border-color: #74BC7E;
}
</style>