Shades of Emerald #4DC18A
Tints of Emerald #4DC18A
RGB
CMYK
RGB Variations
Color information
#4DC18A (or 0x4DC18A) is known color: Emerald. HEX triplet: 4D, C1 and 8A. RGB value is (77,193,138). Sum of RGB (Red+Green+Blue) = 77+193+138=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC18A is #B23E75. Grayscale: #989898. Windows color (decimal): -11681398 or 9093453. OLE color: 9093453.
HSL color Cylindrical-coordinate representation of color #4DC18A: hue angle of 151.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC18A is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 138 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.24 |
| HSL | 151.55º | 0.48% | 0.53% | - |
| HSV(B) | 151.55º | 0.6% | 0.76% | - |
| XYZ | 26.72 | 41.55 | 30.66 | - |
| YUV | 152.05 | 120.07 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 138 | 0.60 | 0 | 0.28 | 0.24 | 151.55 | 0.48 | 0.53 |
| Hex | 4D | C1 | 8A | 3C | 0 | 1C | 18 | 98 | 30 | 35 |
| Octal | 115 | 301 | 212 | 74 | 0 | 34 | 30 | 230 | 60 | 65 |
| Binary | 1001101 | 11000001 | 10001010 | 111100 | 0 | 11100 | 11000 | 10011000 | 110000 | 110101 |
Color Harmonies of #4DC18A
Complementary color
Monochromatic Colors of #4DC18A
Black with #4DC18A
Text Example
Text Example
White with #4DC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC18A; }
p { color: rgb(77,193,138); }
H1.HeaderClassName
{
color: #4DC18A;
}
.AnyTagClassName
{
color: #4DC18A;
}
</style>
background-color css
<style>
a { background-color: #4DC18A; }
a { background-color: rgb(77,193,138); }
div.DivClassName
{
background-color: #4DC18A;
}
.BgClassName
{
background-color: #4DC18A;
}
</style>
border-color css
<style>
span { border-color: #4DC18A; }
span { border-color: rgb(77,193,138); }
td.TdClassName
{
border-color: #4DC18A;
}
.TagClassName
{
border-color: #4DC18A;
}
</style>