Shades of Emerald #4DD38F
Tints of Emerald #4DD38F
RGB
CMYK
RGB Variations
Color information
#4DD38F (or 0x4DD38F) is known color: Emerald. HEX triplet: 4D, D3 and 8F. RGB value is (77,211,143). Sum of RGB (Red+Green+Blue) = 77+211+143=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #4DD38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD38F is #B22C70. Grayscale: #A3A3A3. Windows color (decimal): -11676785 or 9425741. OLE color: 9425741.
HSL color Cylindrical-coordinate representation of color #4DD38F: hue angle of 149.55º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD38F is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 211 | 143 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.17 |
| HSL | 149.55º | 0.6% | 0.56% | - |
| HSV(B) | 149.55º | 0.64% | 0.83% | - |
| XYZ | 31.31 | 50.15 | 34.02 | - |
| YUV | 163.18 | 116.61 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 211 | 143 | 0.64 | 0 | 0.32 | 0.17 | 149.55 | 0.6 | 0.56 |
| Hex | 4D | D3 | 8F | 40 | 0 | 20 | 11 | 96 | 3C | 38 |
| Octal | 115 | 323 | 217 | 100 | 0 | 40 | 21 | 226 | 74 | 70 |
| Binary | 1001101 | 11010011 | 10001111 | 1000000 | 0 | 100000 | 10001 | 10010110 | 111100 | 111000 |
Color Harmonies of #4DD38F
Complementary color
Monochromatic Colors of #4DD38F
Black with #4DD38F
Text Example
Text Example
White with #4DD38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD38F; }
p { color: rgb(77,211,143); }
H1.HeaderClassName
{
color: #4DD38F;
}
.AnyTagClassName
{
color: #4DD38F;
}
</style>
background-color css
<style>
a { background-color: #4DD38F; }
a { background-color: rgb(77,211,143); }
div.DivClassName
{
background-color: #4DD38F;
}
.BgClassName
{
background-color: #4DD38F;
}
</style>
border-color css
<style>
span { border-color: #4DD38F; }
span { border-color: rgb(77,211,143); }
td.TdClassName
{
border-color: #4DD38F;
}
.TagClassName
{
border-color: #4DD38F;
}
</style>