Shades of Emerald #4DC88D
Tints of Emerald #4DC88D
RGB
CMYK
RGB Variations
Color information
#4DC88D (or 0x4DC88D) is known color: Emerald. HEX triplet: 4D, C8 and 8D. RGB value is (77,200,141). Sum of RGB (Red+Green+Blue) = 77+200+141=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC88D is #B23772. Grayscale: #9C9C9C. Windows color (decimal): -11679603 or 9291853. OLE color: 9291853.
HSL color Cylindrical-coordinate representation of color #4DC88D: hue angle of 151.22º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC88D is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 141 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.22 |
| HSL | 151.22º | 0.53% | 0.54% | - |
| HSV(B) | 151.22º | 0.62% | 0.78% | - |
| XYZ | 28.52 | 44.81 | 32.35 | - |
| YUV | 156.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 141 | 0.62 | 0 | 0.29 | 0.22 | 151.22 | 0.53 | 0.54 |
| Hex | 4D | C8 | 8D | 3E | 0 | 1D | 16 | 97 | 35 | 36 |
| Octal | 115 | 310 | 215 | 76 | 0 | 35 | 26 | 227 | 65 | 66 |
| Binary | 1001101 | 11001000 | 10001101 | 111110 | 0 | 11101 | 10110 | 10010111 | 110101 | 110110 |
Color Harmonies of #4DC88D
Complementary color
Monochromatic Colors of #4DC88D
Black with #4DC88D
Text Example
Text Example
White with #4DC88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC88D; }
p { color: rgb(77,200,141); }
H1.HeaderClassName
{
color: #4DC88D;
}
.AnyTagClassName
{
color: #4DC88D;
}
</style>
background-color css
<style>
a { background-color: #4DC88D; }
a { background-color: rgb(77,200,141); }
div.DivClassName
{
background-color: #4DC88D;
}
.BgClassName
{
background-color: #4DC88D;
}
</style>
border-color css
<style>
span { border-color: #4DC88D; }
span { border-color: rgb(77,200,141); }
td.TdClassName
{
border-color: #4DC88D;
}
.TagClassName
{
border-color: #4DC88D;
}
</style>