Shades of Emerald #4DC98C
Tints of Emerald #4DC98C
RGB
CMYK
RGB Variations
Color information
#4DC98C (or 0x4DC98C) is known color: Emerald. HEX triplet: 4D, C9 and 8C. RGB value is (77,201,140). Sum of RGB (Red+Green+Blue) = 77+201+140=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC98C is #B23673. Grayscale: #9D9D9D. Windows color (decimal): -11679348 or 9226573. OLE color: 9226573.
HSL color Cylindrical-coordinate representation of color #4DC98C: hue angle of 150.48º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC98C is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 140 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.21 |
| HSL | 150.48º | 0.53% | 0.55% | - |
| HSV(B) | 150.48º | 0.62% | 0.79% | - |
| XYZ | 28.68 | 45.24 | 32.03 | - |
| YUV | 156.97 | 118.42 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 140 | 0.62 | 0 | 0.30 | 0.21 | 150.48 | 0.53 | 0.55 |
| Hex | 4D | C9 | 8C | 3E | 0 | 1E | 15 | 96 | 35 | 37 |
| Octal | 115 | 311 | 214 | 76 | 0 | 36 | 25 | 226 | 65 | 67 |
| Binary | 1001101 | 11001001 | 10001100 | 111110 | 0 | 11110 | 10101 | 10010110 | 110101 | 110111 |
Color Harmonies of #4DC98C
Complementary color
Monochromatic Colors of #4DC98C
Black with #4DC98C
Text Example
Text Example
White with #4DC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC98C; }
p { color: rgb(77,201,140); }
H1.HeaderClassName
{
color: #4DC98C;
}
.AnyTagClassName
{
color: #4DC98C;
}
</style>
background-color css
<style>
a { background-color: #4DC98C; }
a { background-color: rgb(77,201,140); }
div.DivClassName
{
background-color: #4DC98C;
}
.BgClassName
{
background-color: #4DC98C;
}
</style>
border-color css
<style>
span { border-color: #4DC98C; }
span { border-color: rgb(77,201,140); }
td.TdClassName
{
border-color: #4DC98C;
}
.TagClassName
{
border-color: #4DC98C;
}
</style>