Shades of Emerald #4DC488
Tints of Emerald #4DC488
RGB
CMYK
RGB Variations
Color information
#4DC488 (or 0x4DC488) is known color: Emerald. HEX triplet: 4D, C4 and 88. RGB value is (77,196,136). Sum of RGB (Red+Green+Blue) = 77+196+136=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC488 is #B23B77. Grayscale: #999999. Windows color (decimal): -11680632 or 8963149. OLE color: 8963149.
HSL color Cylindrical-coordinate representation of color #4DC488: hue angle of 149.75º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC488 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 136 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.23 |
| HSL | 149.75º | 0.5% | 0.54% | - |
| HSV(B) | 149.75º | 0.61% | 0.77% | - |
| XYZ | 27.24 | 42.84 | 30.12 | - |
| YUV | 153.58 | 118.08 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 136 | 0.61 | 0 | 0.31 | 0.23 | 149.75 | 0.5 | 0.54 |
| Hex | 4D | C4 | 88 | 3D | 0 | 1F | 17 | 96 | 32 | 36 |
| Octal | 115 | 304 | 210 | 75 | 0 | 37 | 27 | 226 | 62 | 66 |
| Binary | 1001101 | 11000100 | 10001000 | 111101 | 0 | 11111 | 10111 | 10010110 | 110010 | 110110 |
Color Harmonies of #4DC488
Complementary color
Monochromatic Colors of #4DC488
Black with #4DC488
Text Example
Text Example
White with #4DC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC488; }
p { color: rgb(77,196,136); }
H1.HeaderClassName
{
color: #4DC488;
}
.AnyTagClassName
{
color: #4DC488;
}
</style>
background-color css
<style>
a { background-color: #4DC488; }
a { background-color: rgb(77,196,136); }
div.DivClassName
{
background-color: #4DC488;
}
.BgClassName
{
background-color: #4DC488;
}
</style>
border-color css
<style>
span { border-color: #4DC488; }
span { border-color: rgb(77,196,136); }
td.TdClassName
{
border-color: #4DC488;
}
.TagClassName
{
border-color: #4DC488;
}
</style>