Shades of Emerald #4DC88A
Tints of Emerald #4DC88A
RGB
CMYK
RGB Variations
Color information
#4DC88A (or 0x4DC88A) is known color: Emerald. HEX triplet: 4D, C8 and 8A. RGB value is (77,200,138). Sum of RGB (Red+Green+Blue) = 77+200+138=415 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.55% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC88A is #B23775. Grayscale: #9C9C9C. Windows color (decimal): -11679606 or 9095245. OLE color: 9095245.
HSL color Cylindrical-coordinate representation of color #4DC88A: hue angle of 149.76º 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 #4DC88A is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 138 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.22 |
| HSL | 149.76º | 0.53% | 0.54% | - |
| HSV(B) | 149.76º | 0.62% | 0.78% | - |
| XYZ | 28.3 | 44.72 | 31.19 | - |
| YUV | 156.16 | 117.75 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 138 | 0.62 | 0 | 0.31 | 0.22 | 149.76 | 0.53 | 0.54 |
| Hex | 4D | C8 | 8A | 3E | 0 | 1F | 16 | 96 | 35 | 36 |
| Octal | 115 | 310 | 212 | 76 | 0 | 37 | 26 | 226 | 65 | 66 |
| Binary | 1001101 | 11001000 | 10001010 | 111110 | 0 | 11111 | 10110 | 10010110 | 110101 | 110110 |
Color Harmonies of #4DC88A
Complementary color
Monochromatic Colors of #4DC88A
Black with #4DC88A
Text Example
Text Example
White with #4DC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC88A; }
p { color: rgb(77,200,138); }
H1.HeaderClassName
{
color: #4DC88A;
}
.AnyTagClassName
{
color: #4DC88A;
}
</style>
background-color css
<style>
a { background-color: #4DC88A; }
a { background-color: rgb(77,200,138); }
div.DivClassName
{
background-color: #4DC88A;
}
.BgClassName
{
background-color: #4DC88A;
}
</style>
border-color css
<style>
span { border-color: #4DC88A; }
span { border-color: rgb(77,200,138); }
td.TdClassName
{
border-color: #4DC88A;
}
.TagClassName
{
border-color: #4DC88A;
}
</style>