Shades of Emerald #4DD07F
Tints of Emerald #4DD07F
RGB
CMYK
RGB Variations
Color information
#4DD07F (or 0x4DD07F) is known color: Emerald. HEX triplet: 4D, D0 and 7F. RGB value is (77,208,127). Sum of RGB (Red+Green+Blue) = 77+208+127=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD07F is #B22F80. Grayscale: #9F9F9F. Windows color (decimal): -11677569 or 8376397. OLE color: 8376397.
HSL color Cylindrical-coordinate representation of color #4DD07F: hue angle of 142.9º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DD07F is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 127 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.18 |
| HSL | 142.9º | 0.58% | 0.56% | - |
| HSV(B) | 142.9º | 0.63% | 0.82% | - |
| XYZ | 29.45 | 48.22 | 27.83 | - |
| YUV | 159.6 | 109.6 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 127 | 0.63 | 0 | 0.39 | 0.18 | 142.9 | 0.58 | 0.56 |
| Hex | 4D | D0 | 7F | 3F | 0 | 27 | 12 | 8F | 3A | 38 |
| Octal | 115 | 320 | 177 | 77 | 0 | 47 | 22 | 217 | 72 | 70 |
| Binary | 1001101 | 11010000 | 1111111 | 111111 | 0 | 100111 | 10010 | 10001111 | 111010 | 111000 |
Color Harmonies of #4DD07F
Complementary color
Monochromatic Colors of #4DD07F
Black with #4DD07F
Text Example
Text Example
White with #4DD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD07F; }
p { color: rgb(77,208,127); }
H1.HeaderClassName
{
color: #4DD07F;
}
.AnyTagClassName
{
color: #4DD07F;
}
</style>
background-color css
<style>
a { background-color: #4DD07F; }
a { background-color: rgb(77,208,127); }
div.DivClassName
{
background-color: #4DD07F;
}
.BgClassName
{
background-color: #4DD07F;
}
</style>
border-color css
<style>
span { border-color: #4DD07F; }
span { border-color: rgb(77,208,127); }
td.TdClassName
{
border-color: #4DD07F;
}
.TagClassName
{
border-color: #4DD07F;
}
</style>