Shades of Emerald #4DF785
Tints of Emerald #4DF785
RGB
CMYK
RGB Variations
Color information
#4DF785 (or 0x4DF785) is known color: Emerald. HEX triplet: 4D, F7 and 85. RGB value is (77,247,133). Sum of RGB (Red+Green+Blue) = 77+247+133=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 247 (96.88% from 255 or 54.05% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF785 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF785 is #B2087A. Grayscale: #B7B7B7. Windows color (decimal): -11667579 or 8779597. OLE color: 8779597.
HSL color Cylindrical-coordinate representation of color #4DF785: hue angle of 139.76º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF785 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 133 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.03 |
| HSL | 139.76º | 0.91% | 0.64% | - |
| HSV(B) | 139.76º | 0.69% | 0.97% | - |
| XYZ | 40.55 | 69.79 | 33.52 | - |
| YUV | 183.17 | 99.68 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 133 | 0.69 | 0 | 0.46 | 0.03 | 139.76 | 0.91 | 0.64 |
| Hex | 4D | F7 | 85 | 45 | 0 | 2E | 3 | 8C | 5B | 40 |
| Octal | 115 | 367 | 205 | 105 | 0 | 56 | 3 | 214 | 133 | 100 |
| Binary | 1001101 | 11110111 | 10000101 | 1000101 | 0 | 101110 | 11 | 10001100 | 1011011 | 1000000 |
Color Harmonies of #4DF785
Complementary color
Monochromatic Colors of #4DF785
Black with #4DF785
Text Example
Text Example
White with #4DF785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF785; }
p { color: rgb(77,247,133); }
H1.HeaderClassName
{
color: #4DF785;
}
.AnyTagClassName
{
color: #4DF785;
}
</style>
background-color css
<style>
a { background-color: #4DF785; }
a { background-color: rgb(77,247,133); }
div.DivClassName
{
background-color: #4DF785;
}
.BgClassName
{
background-color: #4DF785;
}
</style>
border-color css
<style>
span { border-color: #4DF785; }
span { border-color: rgb(77,247,133); }
td.TdClassName
{
border-color: #4DF785;
}
.TagClassName
{
border-color: #4DF785;
}
</style>