Shades of Emerald #4DFB8C
Tints of Emerald #4DFB8C
RGB
CMYK
RGB Variations
Color information
#4DFB8C (or 0x4DFB8C) is known color: Emerald. HEX triplet: 4D, FB and 8C. RGB value is (77,251,140). Sum of RGB (Red+Green+Blue) = 77+251+140=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 251 (98.44% from 255 or 53.63% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFB8C is #B20473. Grayscale: #BABABA. Windows color (decimal): -11666548 or 9239373. OLE color: 9239373.
HSL color Cylindrical-coordinate representation of color #4DFB8C: hue angle of 141.72º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFB8C is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 140 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.02 |
| HSL | 141.72º | 0.96% | 0.64% | - |
| HSV(B) | 141.72º | 0.69% | 0.98% | - |
| XYZ | 42.29 | 72.47 | 36.57 | - |
| YUV | 186.32 | 101.85 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 140 | 0.69 | 0 | 0.44 | 0.02 | 141.72 | 0.96 | 0.64 |
| Hex | 4D | FB | 8C | 45 | 0 | 2C | 2 | 8E | 60 | 40 |
| Octal | 115 | 373 | 214 | 105 | 0 | 54 | 2 | 216 | 140 | 100 |
| Binary | 1001101 | 11111011 | 10001100 | 1000101 | 0 | 101100 | 10 | 10001110 | 1100000 | 1000000 |
Color Harmonies of #4DFB8C
Complementary color
Monochromatic Colors of #4DFB8C
Black with #4DFB8C
Text Example
Text Example
White with #4DFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB8C; }
p { color: rgb(77,251,140); }
H1.HeaderClassName
{
color: #4DFB8C;
}
.AnyTagClassName
{
color: #4DFB8C;
}
</style>
background-color css
<style>
a { background-color: #4DFB8C; }
a { background-color: rgb(77,251,140); }
div.DivClassName
{
background-color: #4DFB8C;
}
.BgClassName
{
background-color: #4DFB8C;
}
</style>
border-color css
<style>
span { border-color: #4DFB8C; }
span { border-color: rgb(77,251,140); }
td.TdClassName
{
border-color: #4DFB8C;
}
.TagClassName
{
border-color: #4DFB8C;
}
</style>