Shades of Emerald #4DF08C
Tints of Emerald #4DF08C
RGB
CMYK
RGB Variations
Color information
#4DF08C (or 0x4DF08C) is known color: Emerald. HEX triplet: 4D, F0 and 8C. RGB value is (77,240,140). Sum of RGB (Red+Green+Blue) = 77+240+140=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF08C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF08C is #B20F73. Grayscale: #B4B4B4. Windows color (decimal): -11669364 or 9236557. OLE color: 9236557.
HSL color Cylindrical-coordinate representation of color #4DF08C: hue angle of 143.19º 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 #4DF08C is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 140 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.06 |
| HSL | 143.19º | 0.84% | 0.62% | - |
| HSV(B) | 143.19º | 0.68% | 0.94% | - |
| XYZ | 38.95 | 65.79 | 35.46 | - |
| YUV | 179.86 | 105.5 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 140 | 0.68 | 0 | 0.42 | 0.06 | 143.19 | 0.84 | 0.62 |
| Hex | 4D | F0 | 8C | 44 | 0 | 2A | 6 | 8F | 54 | 3E |
| Octal | 115 | 360 | 214 | 104 | 0 | 52 | 6 | 217 | 124 | 76 |
| Binary | 1001101 | 11110000 | 10001100 | 1000100 | 0 | 101010 | 110 | 10001111 | 1010100 | 111110 |
Color Harmonies of #4DF08C
Complementary color
Monochromatic Colors of #4DF08C
Black with #4DF08C
Text Example
Text Example
White with #4DF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF08C; }
p { color: rgb(77,240,140); }
H1.HeaderClassName
{
color: #4DF08C;
}
.AnyTagClassName
{
color: #4DF08C;
}
</style>
background-color css
<style>
a { background-color: #4DF08C; }
a { background-color: rgb(77,240,140); }
div.DivClassName
{
background-color: #4DF08C;
}
.BgClassName
{
background-color: #4DF08C;
}
</style>
border-color css
<style>
span { border-color: #4DF08C; }
span { border-color: rgb(77,240,140); }
td.TdClassName
{
border-color: #4DF08C;
}
.TagClassName
{
border-color: #4DF08C;
}
</style>