Shades of Emerald #4DF388
Tints of Emerald #4DF388
RGB
CMYK
RGB Variations
Color information
#4DF388 (or 0x4DF388) is known color: Emerald. HEX triplet: 4D, F3 and 88. RGB value is (77,243,136). Sum of RGB (Red+Green+Blue) = 77+243+136=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF388 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF388 is #B20C77. Grayscale: #B5B5B5. Windows color (decimal): -11668600 or 8975181. OLE color: 8975181.
HSL color Cylindrical-coordinate representation of color #4DF388: hue angle of 141.33º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF388 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 136 | - |
| CMYK | 0.68 | 0 | 0.44 | 0.05 |
| HSL | 141.33º | 0.87% | 0.63% | - |
| HSV(B) | 141.33º | 0.68% | 0.95% | - |
| XYZ | 39.56 | 67.46 | 34.23 | - |
| YUV | 181.17 | 102.5 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 136 | 0.68 | 0 | 0.44 | 0.05 | 141.33 | 0.87 | 0.63 |
| Hex | 4D | F3 | 88 | 44 | 0 | 2C | 5 | 8D | 57 | 3F |
| Octal | 115 | 363 | 210 | 104 | 0 | 54 | 5 | 215 | 127 | 77 |
| Binary | 1001101 | 11110011 | 10001000 | 1000100 | 0 | 101100 | 101 | 10001101 | 1010111 | 111111 |
Color Harmonies of #4DF388
Complementary color
Monochromatic Colors of #4DF388
Black with #4DF388
Text Example
Text Example
White with #4DF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF388; }
p { color: rgb(77,243,136); }
H1.HeaderClassName
{
color: #4DF388;
}
.AnyTagClassName
{
color: #4DF388;
}
</style>
background-color css
<style>
a { background-color: #4DF388; }
a { background-color: rgb(77,243,136); }
div.DivClassName
{
background-color: #4DF388;
}
.BgClassName
{
background-color: #4DF388;
}
</style>
border-color css
<style>
span { border-color: #4DF388; }
span { border-color: rgb(77,243,136); }
td.TdClassName
{
border-color: #4DF388;
}
.TagClassName
{
border-color: #4DF388;
}
</style>