Shades of Emerald #4DEF8D
Tints of Emerald #4DEF8D
RGB
CMYK
RGB Variations
Color information
#4DEF8D (or 0x4DEF8D) is known color: Emerald. HEX triplet: 4D, EF and 8D. RGB value is (77,239,141). Sum of RGB (Red+Green+Blue) = 77+239+141=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEF8D is #B21072. Grayscale: #B3B3B3. Windows color (decimal): -11669619 or 9301837. OLE color: 9301837.
HSL color Cylindrical-coordinate representation of color #4DEF8D: hue angle of 143.7º 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 #4DEF8D is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 239 | 141 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.06 |
| HSL | 143.7º | 0.84% | 0.62% | - |
| HSV(B) | 143.7º | 0.68% | 0.94% | - |
| XYZ | 38.73 | 65.23 | 35.75 | - |
| YUV | 179.39 | 106.33 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 239 | 141 | 0.68 | 0 | 0.41 | 0.06 | 143.7 | 0.84 | 0.62 |
| Hex | 4D | EF | 8D | 44 | 0 | 29 | 6 | 90 | 54 | 3E |
| Octal | 115 | 357 | 215 | 104 | 0 | 51 | 6 | 220 | 124 | 76 |
| Binary | 1001101 | 11101111 | 10001101 | 1000100 | 0 | 101001 | 110 | 10010000 | 1010100 | 111110 |
Color Harmonies of #4DEF8D
Complementary color
Monochromatic Colors of #4DEF8D
Black with #4DEF8D
Text Example
Text Example
White with #4DEF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEF8D; }
p { color: rgb(77,239,141); }
H1.HeaderClassName
{
color: #4DEF8D;
}
.AnyTagClassName
{
color: #4DEF8D;
}
</style>
background-color css
<style>
a { background-color: #4DEF8D; }
a { background-color: rgb(77,239,141); }
div.DivClassName
{
background-color: #4DEF8D;
}
.BgClassName
{
background-color: #4DEF8D;
}
</style>
border-color css
<style>
span { border-color: #4DEF8D; }
span { border-color: rgb(77,239,141); }
td.TdClassName
{
border-color: #4DEF8D;
}
.TagClassName
{
border-color: #4DEF8D;
}
</style>