Shades of Emerald #4DEC90
Tints of Emerald #4DEC90
RGB
CMYK
RGB Variations
Color information
#4DEC90 (or 0x4DEC90) is known color: Emerald. HEX triplet: 4D, EC and 90. RGB value is (77,236,144). Sum of RGB (Red+Green+Blue) = 77+236+144=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEC90 is #B2136F. Grayscale: #B2B2B2. Windows color (decimal): -11670384 or 9497677. OLE color: 9497677.
HSL color Cylindrical-coordinate representation of color #4DEC90: hue angle of 145.28º 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 #4DEC90 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 144 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.07 |
| HSL | 145.28º | 0.81% | 0.61% | - |
| HSV(B) | 145.28º | 0.67% | 0.93% | - |
| XYZ | 38.09 | 63.58 | 36.65 | - |
| YUV | 177.97 | 108.82 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 144 | 0.67 | 0 | 0.39 | 0.07 | 145.28 | 0.81 | 0.61 |
| Hex | 4D | EC | 90 | 43 | 0 | 27 | 7 | 91 | 51 | 3D |
| Octal | 115 | 354 | 220 | 103 | 0 | 47 | 7 | 221 | 121 | 75 |
| Binary | 1001101 | 11101100 | 10010000 | 1000011 | 0 | 100111 | 111 | 10010001 | 1010001 | 111101 |
Color Harmonies of #4DEC90
Complementary color
Monochromatic Colors of #4DEC90
Black with #4DEC90
Text Example
Text Example
White with #4DEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC90; }
p { color: rgb(77,236,144); }
H1.HeaderClassName
{
color: #4DEC90;
}
.AnyTagClassName
{
color: #4DEC90;
}
</style>
background-color css
<style>
a { background-color: #4DEC90; }
a { background-color: rgb(77,236,144); }
div.DivClassName
{
background-color: #4DEC90;
}
.BgClassName
{
background-color: #4DEC90;
}
</style>
border-color css
<style>
span { border-color: #4DEC90; }
span { border-color: rgb(77,236,144); }
td.TdClassName
{
border-color: #4DEC90;
}
.TagClassName
{
border-color: #4DEC90;
}
</style>