Shades of Emerald #4FCD5E
Tints of Emerald #4FCD5E
RGB
CMYK
RGB Variations
Color information
#4FCD5E (or 0x4FCD5E) is known color: Emerald. HEX triplet: 4F, CD and 5E. RGB value is (79,205,94). Sum of RGB (Red+Green+Blue) = 79+205+94=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCD5E is #B032A1. Grayscale: #9A9A9A. Windows color (decimal): -11547298 or 6212943. OLE color: 6212943.
HSL color Cylindrical-coordinate representation of color #4FCD5E: hue angle of 127.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCD5E is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 94 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.20 |
| HSL | 127.14º | 0.56% | 0.56% | - |
| HSV(B) | 127.14º | 0.61% | 0.8% | - |
| XYZ | 27.08 | 46.13 | 18.07 | - |
| YUV | 154.67 | 93.76 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 94 | 0.61 | 0 | 0.54 | 0.20 | 127.14 | 0.56 | 0.56 |
| Hex | 4F | CD | 5E | 3D | 0 | 36 | 14 | 7F | 38 | 38 |
| Octal | 117 | 315 | 136 | 75 | 0 | 66 | 24 | 177 | 70 | 70 |
| Binary | 1001111 | 11001101 | 1011110 | 111101 | 0 | 110110 | 10100 | 1111111 | 111000 | 111000 |
Color Harmonies of #4FCD5E
Complementary color
Monochromatic Colors of #4FCD5E
Black with #4FCD5E
Text Example
Text Example
White with #4FCD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCD5E; }
p { color: rgb(79,205,94); }
H1.HeaderClassName
{
color: #4FCD5E;
}
.AnyTagClassName
{
color: #4FCD5E;
}
</style>
background-color css
<style>
a { background-color: #4FCD5E; }
a { background-color: rgb(79,205,94); }
div.DivClassName
{
background-color: #4FCD5E;
}
.BgClassName
{
background-color: #4FCD5E;
}
</style>
border-color css
<style>
span { border-color: #4FCD5E; }
span { border-color: rgb(79,205,94); }
td.TdClassName
{
border-color: #4FCD5E;
}
.TagClassName
{
border-color: #4FCD5E;
}
</style>