Shades of Emerald #4DEE7F
Tints of Emerald #4DEE7F
RGB
CMYK
RGB Variations
Color information
#4DEE7F (or 0x4DEE7F) is known color: Emerald. HEX triplet: 4D, EE and 7F. RGB value is (77,238,127). Sum of RGB (Red+Green+Blue) = 77+238+127=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DEE7F is #B21180. Grayscale: #B1B1B1. Windows color (decimal): -11669889 or 8384077. OLE color: 8384077.
HSL color Cylindrical-coordinate representation of color #4DEE7F: hue angle of 138.63º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEE7F is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 238 | 127 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.07 |
| HSL | 138.63º | 0.83% | 0.62% | - |
| HSV(B) | 138.63º | 0.68% | 0.93% | - |
| XYZ | 37.47 | 64.26 | 30.51 | - |
| YUV | 177.21 | 99.66 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 127 | 0.68 | 0 | 0.47 | 0.07 | 138.63 | 0.83 | 0.62 |
| Hex | 4D | EE | 7F | 44 | 0 | 2F | 7 | 8B | 53 | 3E |
| Octal | 115 | 356 | 177 | 104 | 0 | 57 | 7 | 213 | 123 | 76 |
| Binary | 1001101 | 11101110 | 1111111 | 1000100 | 0 | 101111 | 111 | 10001011 | 1010011 | 111110 |
Color Harmonies of #4DEE7F
Complementary color
Monochromatic Colors of #4DEE7F
Black with #4DEE7F
Text Example
Text Example
White with #4DEE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEE7F; }
p { color: rgb(77,238,127); }
H1.HeaderClassName
{
color: #4DEE7F;
}
.AnyTagClassName
{
color: #4DEE7F;
}
</style>
background-color css
<style>
a { background-color: #4DEE7F; }
a { background-color: rgb(77,238,127); }
div.DivClassName
{
background-color: #4DEE7F;
}
.BgClassName
{
background-color: #4DEE7F;
}
</style>
border-color css
<style>
span { border-color: #4DEE7F; }
span { border-color: rgb(77,238,127); }
td.TdClassName
{
border-color: #4DEE7F;
}
.TagClassName
{
border-color: #4DEE7F;
}
</style>