Shades of Emerald #4DC08A
Tints of Emerald #4DC08A
RGB
CMYK
RGB Variations
Color information
#4DC08A (or 0x4DC08A) is known color: Emerald. HEX triplet: 4D, C0 and 8A. RGB value is (77,192,138). Sum of RGB (Red+Green+Blue) = 77+192+138=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC08A is #B23F75. Grayscale: #979797. Windows color (decimal): -11681654 or 9093197. OLE color: 9093197.
HSL color Cylindrical-coordinate representation of color #4DC08A: hue angle of 151.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC08A is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 138 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.25 |
| HSL | 151.83º | 0.48% | 0.53% | - |
| HSV(B) | 151.83º | 0.6% | 0.75% | - |
| XYZ | 26.5 | 41.11 | 30.58 | - |
| YUV | 151.46 | 120.4 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 138 | 0.60 | 0 | 0.28 | 0.25 | 151.83 | 0.48 | 0.53 |
| Hex | 4D | C0 | 8A | 3C | 0 | 1C | 19 | 98 | 30 | 35 |
| Octal | 115 | 300 | 212 | 74 | 0 | 34 | 31 | 230 | 60 | 65 |
| Binary | 1001101 | 11000000 | 10001010 | 111100 | 0 | 11100 | 11001 | 10011000 | 110000 | 110101 |
Color Harmonies of #4DC08A
Complementary color
Monochromatic Colors of #4DC08A
Black with #4DC08A
Text Example
Text Example
White with #4DC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC08A; }
p { color: rgb(77,192,138); }
H1.HeaderClassName
{
color: #4DC08A;
}
.AnyTagClassName
{
color: #4DC08A;
}
</style>
background-color css
<style>
a { background-color: #4DC08A; }
a { background-color: rgb(77,192,138); }
div.DivClassName
{
background-color: #4DC08A;
}
.BgClassName
{
background-color: #4DC08A;
}
</style>
border-color css
<style>
span { border-color: #4DC08A; }
span { border-color: rgb(77,192,138); }
td.TdClassName
{
border-color: #4DC08A;
}
.TagClassName
{
border-color: #4DC08A;
}
</style>