Shades of Emerald #4DCF8E
Tints of Emerald #4DCF8E
RGB
CMYK
RGB Variations
Color information
#4DCF8E (or 0x4DCF8E) is known color: Emerald. HEX triplet: 4D, CF and 8E. RGB value is (77,207,142). Sum of RGB (Red+Green+Blue) = 77+207+142=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCF8E is #B23071. Grayscale: #A0A0A0. Windows color (decimal): -11677810 or 9359181. OLE color: 9359181.
HSL color Cylindrical-coordinate representation of color #4DCF8E: hue angle of 150º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCF8E is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 207 | 142 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.19 |
| HSL | 150º | 0.58% | 0.56% | - |
| HSV(B) | 150º | 0.63% | 0.81% | - |
| XYZ | 30.26 | 48.16 | 33.29 | - |
| YUV | 160.72 | 117.43 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 142 | 0.63 | 0 | 0.31 | 0.19 | 150 | 0.58 | 0.56 |
| Hex | 4D | CF | 8E | 3F | 0 | 1F | 13 | 96 | 3A | 38 |
| Octal | 115 | 317 | 216 | 77 | 0 | 37 | 23 | 226 | 72 | 70 |
| Binary | 1001101 | 11001111 | 10001110 | 111111 | 0 | 11111 | 10011 | 10010110 | 111010 | 111000 |
Color Harmonies of #4DCF8E
Complementary color
Monochromatic Colors of #4DCF8E
Black with #4DCF8E
Text Example
Text Example
White with #4DCF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCF8E; }
p { color: rgb(77,207,142); }
H1.HeaderClassName
{
color: #4DCF8E;
}
.AnyTagClassName
{
color: #4DCF8E;
}
</style>
background-color css
<style>
a { background-color: #4DCF8E; }
a { background-color: rgb(77,207,142); }
div.DivClassName
{
background-color: #4DCF8E;
}
.BgClassName
{
background-color: #4DCF8E;
}
</style>
border-color css
<style>
span { border-color: #4DCF8E; }
span { border-color: rgb(77,207,142); }
td.TdClassName
{
border-color: #4DCF8E;
}
.TagClassName
{
border-color: #4DCF8E;
}
</style>