Shades of Emerald #4DF08B
Tints of Emerald #4DF08B
RGB
CMYK
RGB Variations
Color information
#4DF08B (or 0x4DF08B) is known color: Emerald. HEX triplet: 4D, F0 and 8B. RGB value is (77,240,139). Sum of RGB (Red+Green+Blue) = 77+240+139=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF08B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF08B is #B20F74. Grayscale: #B3B3B3. Windows color (decimal): -11669365 or 9171021. OLE color: 9171021.
HSL color Cylindrical-coordinate representation of color #4DF08B: hue angle of 142.82º 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 #4DF08B is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 139 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.06 |
| HSL | 142.82º | 0.84% | 0.62% | - |
| HSV(B) | 142.82º | 0.68% | 0.94% | - |
| XYZ | 38.88 | 65.76 | 35.07 | - |
| YUV | 179.75 | 105 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 139 | 0.68 | 0 | 0.42 | 0.06 | 142.82 | 0.84 | 0.62 |
| Hex | 4D | F0 | 8B | 44 | 0 | 2A | 6 | 8F | 54 | 3E |
| Octal | 115 | 360 | 213 | 104 | 0 | 52 | 6 | 217 | 124 | 76 |
| Binary | 1001101 | 11110000 | 10001011 | 1000100 | 0 | 101010 | 110 | 10001111 | 1010100 | 111110 |
Color Harmonies of #4DF08B
Complementary color
Monochromatic Colors of #4DF08B
Black with #4DF08B
Text Example
Text Example
White with #4DF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF08B; }
p { color: rgb(77,240,139); }
H1.HeaderClassName
{
color: #4DF08B;
}
.AnyTagClassName
{
color: #4DF08B;
}
</style>
background-color css
<style>
a { background-color: #4DF08B; }
a { background-color: rgb(77,240,139); }
div.DivClassName
{
background-color: #4DF08B;
}
.BgClassName
{
background-color: #4DF08B;
}
</style>
border-color css
<style>
span { border-color: #4DF08B; }
span { border-color: rgb(77,240,139); }
td.TdClassName
{
border-color: #4DF08B;
}
.TagClassName
{
border-color: #4DF08B;
}
</style>