Shades of Emerald #4FBC68
Tints of Emerald #4FBC68
RGB
CMYK
RGB Variations
Color information
#4FBC68 (or 0x4FBC68) is known color: Emerald. HEX triplet: 4F, BC and 68. RGB value is (79,188,104). Sum of RGB (Red+Green+Blue) = 79+188+104=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC68 is #B04397. Grayscale: #929292. Windows color (decimal): -11551640 or 6863951. OLE color: 6863951.
HSL color Cylindrical-coordinate representation of color #4FBC68: hue angle of 133.76º 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 #4FBC68 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 104 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.26 |
| HSL | 133.76º | 0.45% | 0.52% | - |
| HSV(B) | 133.76º | 0.58% | 0.74% | - |
| XYZ | 23.71 | 38.63 | 19.3 | - |
| YUV | 145.83 | 104.39 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 104 | 0.58 | 0 | 0.45 | 0.26 | 133.76 | 0.45 | 0.52 |
| Hex | 4F | BC | 68 | 3A | 0 | 2D | 1A | 86 | 2D | 34 |
| Octal | 117 | 274 | 150 | 72 | 0 | 55 | 32 | 206 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1101000 | 111010 | 0 | 101101 | 11010 | 10000110 | 101101 | 110100 |
Color Harmonies of #4FBC68
Complementary color
Monochromatic Colors of #4FBC68
Black with #4FBC68
Text Example
Text Example
White with #4FBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC68; }
p { color: rgb(79,188,104); }
H1.HeaderClassName
{
color: #4FBC68;
}
.AnyTagClassName
{
color: #4FBC68;
}
</style>
background-color css
<style>
a { background-color: #4FBC68; }
a { background-color: rgb(79,188,104); }
div.DivClassName
{
background-color: #4FBC68;
}
.BgClassName
{
background-color: #4FBC68;
}
</style>
border-color css
<style>
span { border-color: #4FBC68; }
span { border-color: rgb(79,188,104); }
td.TdClassName
{
border-color: #4FBC68;
}
.TagClassName
{
border-color: #4FBC68;
}
</style>