Shades of Emerald #4DF08F
Tints of Emerald #4DF08F
RGB
CMYK
RGB Variations
Color information
#4DF08F (or 0x4DF08F) is known color: Emerald. HEX triplet: 4D, F0 and 8F. RGB value is (77,240,143). Sum of RGB (Red+Green+Blue) = 77+240+143=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF08F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF08F is #B20F70. Grayscale: #B4B4B4. Windows color (decimal): -11669361 or 9433165. OLE color: 9433165.
HSL color Cylindrical-coordinate representation of color #4DF08F: hue angle of 144.29º 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 #4DF08F is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 143 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.06 |
| HSL | 144.29º | 0.84% | 0.62% | - |
| HSV(B) | 144.29º | 0.68% | 0.94% | - |
| XYZ | 39.18 | 65.88 | 36.64 | - |
| YUV | 180.21 | 107 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 143 | 0.68 | 0 | 0.40 | 0.06 | 144.29 | 0.84 | 0.62 |
| Hex | 4D | F0 | 8F | 44 | 0 | 28 | 6 | 90 | 54 | 3E |
| Octal | 115 | 360 | 217 | 104 | 0 | 50 | 6 | 220 | 124 | 76 |
| Binary | 1001101 | 11110000 | 10001111 | 1000100 | 0 | 101000 | 110 | 10010000 | 1010100 | 111110 |
Color Harmonies of #4DF08F
Complementary color
Monochromatic Colors of #4DF08F
Black with #4DF08F
Text Example
Text Example
White with #4DF08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF08F; }
p { color: rgb(77,240,143); }
H1.HeaderClassName
{
color: #4DF08F;
}
.AnyTagClassName
{
color: #4DF08F;
}
</style>
background-color css
<style>
a { background-color: #4DF08F; }
a { background-color: rgb(77,240,143); }
div.DivClassName
{
background-color: #4DF08F;
}
.BgClassName
{
background-color: #4DF08F;
}
</style>
border-color css
<style>
span { border-color: #4DF08F; }
span { border-color: rgb(77,240,143); }
td.TdClassName
{
border-color: #4DF08F;
}
.TagClassName
{
border-color: #4DF08F;
}
</style>