Shades of Emerald #4DEC81
Tints of Emerald #4DEC81
RGB
CMYK
RGB Variations
Color information
#4DEC81 (or 0x4DEC81) is known color: Emerald. HEX triplet: 4D, EC and 81. RGB value is (77,236,129). Sum of RGB (Red+Green+Blue) = 77+236+129=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 236 (92.58% from 255 or 53.39% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEC81 is #B2137E. Grayscale: #B0B0B0. Windows color (decimal): -11670399 or 8514637. OLE color: 8514637.
HSL color Cylindrical-coordinate representation of color #4DEC81: hue angle of 139.62º 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 #4DEC81 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 129 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.07 |
| HSL | 139.62º | 0.81% | 0.61% | - |
| HSV(B) | 139.62º | 0.67% | 0.93% | - |
| XYZ | 37.02 | 63.15 | 31.01 | - |
| YUV | 176.26 | 101.32 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 129 | 0.67 | 0 | 0.45 | 0.07 | 139.62 | 0.81 | 0.61 |
| Hex | 4D | EC | 81 | 43 | 0 | 2D | 7 | 8C | 51 | 3D |
| Octal | 115 | 354 | 201 | 103 | 0 | 55 | 7 | 214 | 121 | 75 |
| Binary | 1001101 | 11101100 | 10000001 | 1000011 | 0 | 101101 | 111 | 10001100 | 1010001 | 111101 |
Color Harmonies of #4DEC81
Complementary color
Monochromatic Colors of #4DEC81
Black with #4DEC81
Text Example
Text Example
White with #4DEC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC81; }
p { color: rgb(77,236,129); }
H1.HeaderClassName
{
color: #4DEC81;
}
.AnyTagClassName
{
color: #4DEC81;
}
</style>
background-color css
<style>
a { background-color: #4DEC81; }
a { background-color: rgb(77,236,129); }
div.DivClassName
{
background-color: #4DEC81;
}
.BgClassName
{
background-color: #4DEC81;
}
</style>
border-color css
<style>
span { border-color: #4DEC81; }
span { border-color: rgb(77,236,129); }
td.TdClassName
{
border-color: #4DEC81;
}
.TagClassName
{
border-color: #4DEC81;
}
</style>