Shades of Emerald #4DFC8F
Tints of Emerald #4DFC8F
RGB
CMYK
RGB Variations
Color information
#4DFC8F (or 0x4DFC8F) is known color: Emerald. HEX triplet: 4D, FC and 8F. RGB value is (77,252,143). Sum of RGB (Red+Green+Blue) = 77+252+143=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFC8F is #B20370. Grayscale: #BBBBBB. Windows color (decimal): -11666289 or 9436237. OLE color: 9436237.
HSL color Cylindrical-coordinate representation of color #4DFC8F: hue angle of 142.63º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFC8F is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 143 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.01 |
| HSL | 142.63º | 0.97% | 0.65% | - |
| HSV(B) | 142.63º | 0.69% | 0.99% | - |
| XYZ | 42.83 | 73.18 | 37.85 | - |
| YUV | 187.25 | 103.02 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 143 | 0.69 | 0 | 0.43 | 0.01 | 142.63 | 0.97 | 0.65 |
| Hex | 4D | FC | 8F | 45 | 0 | 2B | 1 | 8F | 61 | 41 |
| Octal | 115 | 374 | 217 | 105 | 0 | 53 | 1 | 217 | 141 | 101 |
| Binary | 1001101 | 11111100 | 10001111 | 1000101 | 0 | 101011 | 1 | 10001111 | 1100001 | 1000001 |
Color Harmonies of #4DFC8F
Complementary color
Monochromatic Colors of #4DFC8F
Black with #4DFC8F
Text Example
Text Example
White with #4DFC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC8F; }
p { color: rgb(77,252,143); }
H1.HeaderClassName
{
color: #4DFC8F;
}
.AnyTagClassName
{
color: #4DFC8F;
}
</style>
background-color css
<style>
a { background-color: #4DFC8F; }
a { background-color: rgb(77,252,143); }
div.DivClassName
{
background-color: #4DFC8F;
}
.BgClassName
{
background-color: #4DFC8F;
}
</style>
border-color css
<style>
span { border-color: #4DFC8F; }
span { border-color: rgb(77,252,143); }
td.TdClassName
{
border-color: #4DFC8F;
}
.TagClassName
{
border-color: #4DFC8F;
}
</style>