Shades of Emerald #4FCD8E
Tints of Emerald #4FCD8E
RGB
CMYK
RGB Variations
Color information
#4FCD8E (or 0x4FCD8E) is known color: Emerald. HEX triplet: 4F, CD and 8E. RGB value is (79,205,142). Sum of RGB (Red+Green+Blue) = 79+205+142=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCD8E is #B03271. Grayscale: #A0A0A0. Windows color (decimal): -11547250 or 9358671. OLE color: 9358671.
HSL color Cylindrical-coordinate representation of color #4FCD8E: hue angle of 150º 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 #4FCD8E is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 142 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.20 |
| HSL | 150º | 0.56% | 0.56% | - |
| HSV(B) | 150º | 0.61% | 0.8% | - |
| XYZ | 29.94 | 47.28 | 33.14 | - |
| YUV | 160.14 | 117.76 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 142 | 0.61 | 0 | 0.31 | 0.20 | 150 | 0.56 | 0.56 |
| Hex | 4F | CD | 8E | 3D | 0 | 1F | 14 | 96 | 38 | 38 |
| Octal | 117 | 315 | 216 | 75 | 0 | 37 | 24 | 226 | 70 | 70 |
| Binary | 1001111 | 11001101 | 10001110 | 111101 | 0 | 11111 | 10100 | 10010110 | 111000 | 111000 |
Color Harmonies of #4FCD8E
Complementary color
Monochromatic Colors of #4FCD8E
Black with #4FCD8E
Text Example
Text Example
White with #4FCD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCD8E; }
p { color: rgb(79,205,142); }
H1.HeaderClassName
{
color: #4FCD8E;
}
.AnyTagClassName
{
color: #4FCD8E;
}
</style>
background-color css
<style>
a { background-color: #4FCD8E; }
a { background-color: rgb(79,205,142); }
div.DivClassName
{
background-color: #4FCD8E;
}
.BgClassName
{
background-color: #4FCD8E;
}
</style>
border-color css
<style>
span { border-color: #4FCD8E; }
span { border-color: rgb(79,205,142); }
td.TdClassName
{
border-color: #4FCD8E;
}
.TagClassName
{
border-color: #4FCD8E;
}
</style>