Shades of Emerald #4DFB8D
Tints of Emerald #4DFB8D
RGB
CMYK
RGB Variations
Color information
#4DFB8D (or 0x4DFB8D) is known color: Emerald. HEX triplet: 4D, FB and 8D. RGB value is (77,251,141). Sum of RGB (Red+Green+Blue) = 77+251+141=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFB8D is #B20472. Grayscale: #BABABA. Windows color (decimal): -11666547 or 9304909. OLE color: 9304909.
HSL color Cylindrical-coordinate representation of color #4DFB8D: hue angle of 142.07º 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 #4DFB8D is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 141 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.02 |
| HSL | 142.07º | 0.96% | 0.64% | - |
| HSV(B) | 142.07º | 0.69% | 0.98% | - |
| XYZ | 42.37 | 72.5 | 36.96 | - |
| YUV | 186.43 | 102.35 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 141 | 0.69 | 0 | 0.44 | 0.02 | 142.07 | 0.96 | 0.64 |
| Hex | 4D | FB | 8D | 45 | 0 | 2C | 2 | 8E | 60 | 40 |
| Octal | 115 | 373 | 215 | 105 | 0 | 54 | 2 | 216 | 140 | 100 |
| Binary | 1001101 | 11111011 | 10001101 | 1000101 | 0 | 101100 | 10 | 10001110 | 1100000 | 1000000 |
Color Harmonies of #4DFB8D
Complementary color
Monochromatic Colors of #4DFB8D
Black with #4DFB8D
Text Example
Text Example
White with #4DFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB8D; }
p { color: rgb(77,251,141); }
H1.HeaderClassName
{
color: #4DFB8D;
}
.AnyTagClassName
{
color: #4DFB8D;
}
</style>
background-color css
<style>
a { background-color: #4DFB8D; }
a { background-color: rgb(77,251,141); }
div.DivClassName
{
background-color: #4DFB8D;
}
.BgClassName
{
background-color: #4DFB8D;
}
</style>
border-color css
<style>
span { border-color: #4DFB8D; }
span { border-color: rgb(77,251,141); }
td.TdClassName
{
border-color: #4DFB8D;
}
.TagClassName
{
border-color: #4DFB8D;
}
</style>