Shades of Emerald #4FBC6F
Tints of Emerald #4FBC6F
RGB
CMYK
RGB Variations
Color information
#4FBC6F (or 0x4FBC6F) is known color: Emerald. HEX triplet: 4F, BC and 6F. RGB value is (79,188,111). Sum of RGB (Red+Green+Blue) = 79+188+111=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC6F is #B04390. Grayscale: #929292. Windows color (decimal): -11551633 or 7322703. OLE color: 7322703.
HSL color Cylindrical-coordinate representation of color #4FBC6F: hue angle of 137.61º 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 #4FBC6F is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 111 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.26 |
| HSL | 137.61º | 0.45% | 0.52% | - |
| HSV(B) | 137.61º | 0.58% | 0.74% | - |
| XYZ | 24.08 | 38.78 | 21.25 | - |
| YUV | 146.63 | 107.89 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 111 | 0.58 | 0 | 0.41 | 0.26 | 137.61 | 0.45 | 0.52 |
| Hex | 4F | BC | 6F | 3A | 0 | 29 | 1A | 8A | 2D | 34 |
| Octal | 117 | 274 | 157 | 72 | 0 | 51 | 32 | 212 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1101111 | 111010 | 0 | 101001 | 11010 | 10001010 | 101101 | 110100 |
Color Harmonies of #4FBC6F
Complementary color
Monochromatic Colors of #4FBC6F
Black with #4FBC6F
Text Example
Text Example
White with #4FBC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC6F; }
p { color: rgb(79,188,111); }
H1.HeaderClassName
{
color: #4FBC6F;
}
.AnyTagClassName
{
color: #4FBC6F;
}
</style>
background-color css
<style>
a { background-color: #4FBC6F; }
a { background-color: rgb(79,188,111); }
div.DivClassName
{
background-color: #4FBC6F;
}
.BgClassName
{
background-color: #4FBC6F;
}
</style>
border-color css
<style>
span { border-color: #4FBC6F; }
span { border-color: rgb(79,188,111); }
td.TdClassName
{
border-color: #4FBC6F;
}
.TagClassName
{
border-color: #4FBC6F;
}
</style>