Shades of Emerald #4DD883
Tints of Emerald #4DD883
RGB
CMYK
RGB Variations
Color information
#4DD883 (or 0x4DD883) is known color: Emerald. HEX triplet: 4D, D8 and 83. RGB value is (77,216,131). Sum of RGB (Red+Green+Blue) = 77+216+131=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD883 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD883 is #B2277C. Grayscale: #A4A4A4. Windows color (decimal): -11675517 or 8640589. OLE color: 8640589.
HSL color Cylindrical-coordinate representation of color #4DD883: hue angle of 143.31º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD883 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 216 | 131 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.15 |
| HSL | 143.31º | 0.64% | 0.57% | - |
| HSV(B) | 143.31º | 0.64% | 0.85% | - |
| XYZ | 31.71 | 52.33 | 29.9 | - |
| YUV | 164.75 | 108.95 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 216 | 131 | 0.64 | 0 | 0.39 | 0.15 | 143.31 | 0.64 | 0.57 |
| Hex | 4D | D8 | 83 | 40 | 0 | 27 | F | 8F | 40 | 39 |
| Octal | 115 | 330 | 203 | 100 | 0 | 47 | 17 | 217 | 100 | 71 |
| Binary | 1001101 | 11011000 | 10000011 | 1000000 | 0 | 100111 | 1111 | 10001111 | 1000000 | 111001 |
Color Harmonies of #4DD883
Complementary color
Monochromatic Colors of #4DD883
Black with #4DD883
Text Example
Text Example
White with #4DD883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD883; }
p { color: rgb(77,216,131); }
H1.HeaderClassName
{
color: #4DD883;
}
.AnyTagClassName
{
color: #4DD883;
}
</style>
background-color css
<style>
a { background-color: #4DD883; }
a { background-color: rgb(77,216,131); }
div.DivClassName
{
background-color: #4DD883;
}
.BgClassName
{
background-color: #4DD883;
}
</style>
border-color css
<style>
span { border-color: #4DD883; }
span { border-color: rgb(77,216,131); }
td.TdClassName
{
border-color: #4DD883;
}
.TagClassName
{
border-color: #4DD883;
}
</style>