Shades of Emerald #4DF98A
Tints of Emerald #4DF98A
RGB
CMYK
RGB Variations
Color information
#4DF98A (or 0x4DF98A) is known color: Emerald. HEX triplet: 4D, F9 and 8A. RGB value is (77,249,138). Sum of RGB (Red+Green+Blue) = 77+249+138=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF98A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF98A is #B20675. Grayscale: #B9B9B9. Windows color (decimal): -11667062 or 9107789. OLE color: 9107789.
HSL color Cylindrical-coordinate representation of color #4DF98A: hue angle of 141.28º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF98A is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 138 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.02 |
| HSL | 141.28º | 0.93% | 0.64% | - |
| HSV(B) | 141.28º | 0.69% | 0.98% | - |
| XYZ | 41.52 | 71.16 | 35.59 | - |
| YUV | 184.92 | 101.52 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 138 | 0.69 | 0 | 0.45 | 0.02 | 141.28 | 0.93 | 0.64 |
| Hex | 4D | F9 | 8A | 45 | 0 | 2D | 2 | 8D | 5D | 40 |
| Octal | 115 | 371 | 212 | 105 | 0 | 55 | 2 | 215 | 135 | 100 |
| Binary | 1001101 | 11111001 | 10001010 | 1000101 | 0 | 101101 | 10 | 10001101 | 1011101 | 1000000 |
Color Harmonies of #4DF98A
Complementary color
Monochromatic Colors of #4DF98A
Black with #4DF98A
Text Example
Text Example
White with #4DF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF98A; }
p { color: rgb(77,249,138); }
H1.HeaderClassName
{
color: #4DF98A;
}
.AnyTagClassName
{
color: #4DF98A;
}
</style>
background-color css
<style>
a { background-color: #4DF98A; }
a { background-color: rgb(77,249,138); }
div.DivClassName
{
background-color: #4DF98A;
}
.BgClassName
{
background-color: #4DF98A;
}
</style>
border-color css
<style>
span { border-color: #4DF98A; }
span { border-color: rgb(77,249,138); }
td.TdClassName
{
border-color: #4DF98A;
}
.TagClassName
{
border-color: #4DF98A;
}
</style>