Shades of Emerald #4FBC80
Tints of Emerald #4FBC80
RGB
CMYK
RGB Variations
Color information
#4FBC80 (or 0x4FBC80) is known color: Emerald. HEX triplet: 4F, BC and 80. RGB value is (79,188,128). Sum of RGB (Red+Green+Blue) = 79+188+128=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC80 is #B0437F. Grayscale: #949494. Windows color (decimal): -11551616 or 8436815. OLE color: 8436815.
HSL color Cylindrical-coordinate representation of color #4FBC80: hue angle of 146.97º 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 #4FBC80 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 128 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.26 |
| HSL | 146.97º | 0.45% | 0.52% | - |
| HSV(B) | 146.97º | 0.58% | 0.74% | - |
| XYZ | 25.1 | 39.19 | 26.66 | - |
| YUV | 148.57 | 116.39 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 128 | 0.58 | 0 | 0.32 | 0.26 | 146.97 | 0.45 | 0.52 |
| Hex | 4F | BC | 80 | 3A | 0 | 20 | 1A | 93 | 2D | 34 |
| Octal | 117 | 274 | 200 | 72 | 0 | 40 | 32 | 223 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10000000 | 111010 | 0 | 100000 | 11010 | 10010011 | 101101 | 110100 |
Color Harmonies of #4FBC80
Complementary color
Monochromatic Colors of #4FBC80
Black with #4FBC80
Text Example
Text Example
White with #4FBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC80; }
p { color: rgb(79,188,128); }
H1.HeaderClassName
{
color: #4FBC80;
}
.AnyTagClassName
{
color: #4FBC80;
}
</style>
background-color css
<style>
a { background-color: #4FBC80; }
a { background-color: rgb(79,188,128); }
div.DivClassName
{
background-color: #4FBC80;
}
.BgClassName
{
background-color: #4FBC80;
}
</style>
border-color css
<style>
span { border-color: #4FBC80; }
span { border-color: rgb(79,188,128); }
td.TdClassName
{
border-color: #4FBC80;
}
.TagClassName
{
border-color: #4FBC80;
}
</style>