Shades of Emerald #4FBC74
Tints of Emerald #4FBC74
RGB
CMYK
RGB Variations
Color information
#4FBC74 (or 0x4FBC74) is known color: Emerald. HEX triplet: 4F, BC and 74. RGB value is (79,188,116). Sum of RGB (Red+Green+Blue) = 79+188+116=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC74 is #B0438B. Grayscale: #939393. Windows color (decimal): -11551628 or 7650383. OLE color: 7650383.
HSL color Cylindrical-coordinate representation of color #4FBC74: hue angle of 140.37º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBC74 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 116 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.26 |
| HSL | 140.37º | 0.45% | 0.52% | - |
| HSV(B) | 140.37º | 0.58% | 0.74% | - |
| XYZ | 24.36 | 38.89 | 22.75 | - |
| YUV | 147.2 | 110.39 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 116 | 0.58 | 0 | 0.38 | 0.26 | 140.37 | 0.45 | 0.52 |
| Hex | 4F | BC | 74 | 3A | 0 | 26 | 1A | 8C | 2D | 34 |
| Octal | 117 | 274 | 164 | 72 | 0 | 46 | 32 | 214 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1110100 | 111010 | 0 | 100110 | 11010 | 10001100 | 101101 | 110100 |
Color Harmonies of #4FBC74
Complementary color
Monochromatic Colors of #4FBC74
Black with #4FBC74
Text Example
Text Example
White with #4FBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC74; }
p { color: rgb(79,188,116); }
H1.HeaderClassName
{
color: #4FBC74;
}
.AnyTagClassName
{
color: #4FBC74;
}
</style>
background-color css
<style>
a { background-color: #4FBC74; }
a { background-color: rgb(79,188,116); }
div.DivClassName
{
background-color: #4FBC74;
}
.BgClassName
{
background-color: #4FBC74;
}
</style>
border-color css
<style>
span { border-color: #4FBC74; }
span { border-color: rgb(79,188,116); }
td.TdClassName
{
border-color: #4FBC74;
}
.TagClassName
{
border-color: #4FBC74;
}
</style>