Shades of Emerald #4DF888
Tints of Emerald #4DF888
RGB
CMYK
RGB Variations
Color information
#4DF888 (or 0x4DF888) is known color: Emerald. HEX triplet: 4D, F8 and 88. RGB value is (77,248,136). Sum of RGB (Red+Green+Blue) = 77+248+136=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 248 (97.27% from 255 or 53.80% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF888 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF888 is #B20777. Grayscale: #B8B8B8. Windows color (decimal): -11667320 or 8976461. OLE color: 8976461.
HSL color Cylindrical-coordinate representation of color #4DF888: hue angle of 140.7º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF888 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 136 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.03 |
| HSL | 140.7º | 0.92% | 0.64% | - |
| HSV(B) | 140.7º | 0.69% | 0.97% | - |
| XYZ | 41.07 | 70.49 | 34.73 | - |
| YUV | 184.1 | 100.85 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 136 | 0.69 | 0 | 0.45 | 0.03 | 140.7 | 0.92 | 0.64 |
| Hex | 4D | F8 | 88 | 45 | 0 | 2D | 3 | 8D | 5C | 40 |
| Octal | 115 | 370 | 210 | 105 | 0 | 55 | 3 | 215 | 134 | 100 |
| Binary | 1001101 | 11111000 | 10001000 | 1000101 | 0 | 101101 | 11 | 10001101 | 1011100 | 1000000 |
Color Harmonies of #4DF888
Complementary color
Monochromatic Colors of #4DF888
Black with #4DF888
Text Example
Text Example
White with #4DF888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF888; }
p { color: rgb(77,248,136); }
H1.HeaderClassName
{
color: #4DF888;
}
.AnyTagClassName
{
color: #4DF888;
}
</style>
background-color css
<style>
a { background-color: #4DF888; }
a { background-color: rgb(77,248,136); }
div.DivClassName
{
background-color: #4DF888;
}
.BgClassName
{
background-color: #4DF888;
}
</style>
border-color css
<style>
span { border-color: #4DF888; }
span { border-color: rgb(77,248,136); }
td.TdClassName
{
border-color: #4DF888;
}
.TagClassName
{
border-color: #4DF888;
}
</style>