Shades of Emerald #4DF07F
Tints of Emerald #4DF07F
RGB
CMYK
RGB Variations
Color information
#4DF07F (or 0x4DF07F) is known color: Emerald. HEX triplet: 4D, F0 and 7F. RGB value is (77,240,127). Sum of RGB (Red+Green+Blue) = 77+240+127=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF07F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DF07F is #B20F80. Grayscale: #B2B2B2. Windows color (decimal): -11669377 or 8384589. OLE color: 8384589.
HSL color Cylindrical-coordinate representation of color #4DF07F: hue angle of 138.4º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF07F is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 127 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.06 |
| HSL | 138.4º | 0.84% | 0.62% | - |
| HSV(B) | 138.4º | 0.68% | 0.94% | - |
| XYZ | 38.05 | 65.43 | 30.7 | - |
| YUV | 178.38 | 99 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 127 | 0.68 | 0 | 0.47 | 0.06 | 138.4 | 0.84 | 0.62 |
| Hex | 4D | F0 | 7F | 44 | 0 | 2F | 6 | 8A | 54 | 3E |
| Octal | 115 | 360 | 177 | 104 | 0 | 57 | 6 | 212 | 124 | 76 |
| Binary | 1001101 | 11110000 | 1111111 | 1000100 | 0 | 101111 | 110 | 10001010 | 1010100 | 111110 |
Color Harmonies of #4DF07F
Complementary color
Monochromatic Colors of #4DF07F
Black with #4DF07F
Text Example
Text Example
White with #4DF07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF07F; }
p { color: rgb(77,240,127); }
H1.HeaderClassName
{
color: #4DF07F;
}
.AnyTagClassName
{
color: #4DF07F;
}
</style>
background-color css
<style>
a { background-color: #4DF07F; }
a { background-color: rgb(77,240,127); }
div.DivClassName
{
background-color: #4DF07F;
}
.BgClassName
{
background-color: #4DF07F;
}
</style>
border-color css
<style>
span { border-color: #4DF07F; }
span { border-color: rgb(77,240,127); }
td.TdClassName
{
border-color: #4DF07F;
}
.TagClassName
{
border-color: #4DF07F;
}
</style>