Shades of Emerald #4DEC91
Tints of Emerald #4DEC91
RGB
CMYK
RGB Variations
Color information
#4DEC91 (or 0x4DEC91) is known color: Emerald. HEX triplet: 4D, EC and 91. RGB value is (77,236,145). Sum of RGB (Red+Green+Blue) = 77+236+145=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEC91 is #B2136E. Grayscale: #B2B2B2. Windows color (decimal): -11670383 or 9563213. OLE color: 9563213.
HSL color Cylindrical-coordinate representation of color #4DEC91: hue angle of 145.66º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DEC91 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 145 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.07 |
| HSL | 145.66º | 0.81% | 0.61% | - |
| HSV(B) | 145.66º | 0.67% | 0.93% | - |
| XYZ | 38.17 | 63.61 | 37.06 | - |
| YUV | 178.09 | 109.32 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 145 | 0.67 | 0 | 0.39 | 0.07 | 145.66 | 0.81 | 0.61 |
| Hex | 4D | EC | 91 | 43 | 0 | 27 | 7 | 92 | 51 | 3D |
| Octal | 115 | 354 | 221 | 103 | 0 | 47 | 7 | 222 | 121 | 75 |
| Binary | 1001101 | 11101100 | 10010001 | 1000011 | 0 | 100111 | 111 | 10010010 | 1010001 | 111101 |
Color Harmonies of #4DEC91
Complementary color
Monochromatic Colors of #4DEC91
Black with #4DEC91
Text Example
Text Example
White with #4DEC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC91; }
p { color: rgb(77,236,145); }
H1.HeaderClassName
{
color: #4DEC91;
}
.AnyTagClassName
{
color: #4DEC91;
}
</style>
background-color css
<style>
a { background-color: #4DEC91; }
a { background-color: rgb(77,236,145); }
div.DivClassName
{
background-color: #4DEC91;
}
.BgClassName
{
background-color: #4DEC91;
}
</style>
border-color css
<style>
span { border-color: #4DEC91; }
span { border-color: rgb(77,236,145); }
td.TdClassName
{
border-color: #4DEC91;
}
.TagClassName
{
border-color: #4DEC91;
}
</style>