Shades of Emerald #4DF58C
Tints of Emerald #4DF58C
RGB
CMYK
RGB Variations
Color information
#4DF58C (or 0x4DF58C) is known color: Emerald. HEX triplet: 4D, F5 and 8C. RGB value is (77,245,140). Sum of RGB (Red+Green+Blue) = 77+245+140=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF58C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF58C is #B20A73. Grayscale: #B7B7B7. Windows color (decimal): -11668084 or 9237837. OLE color: 9237837.
HSL color Cylindrical-coordinate representation of color #4DF58C: hue angle of 142.5º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF58C is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 245 | 140 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.04 |
| HSL | 142.5º | 0.89% | 0.63% | - |
| HSV(B) | 142.5º | 0.69% | 0.96% | - |
| XYZ | 40.45 | 68.78 | 35.95 | - |
| YUV | 182.8 | 103.84 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 245 | 140 | 0.69 | 0 | 0.43 | 0.04 | 142.5 | 0.89 | 0.63 |
| Hex | 4D | F5 | 8C | 45 | 0 | 2B | 4 | 8E | 59 | 3F |
| Octal | 115 | 365 | 214 | 105 | 0 | 53 | 4 | 216 | 131 | 77 |
| Binary | 1001101 | 11110101 | 10001100 | 1000101 | 0 | 101011 | 100 | 10001110 | 1011001 | 111111 |
Color Harmonies of #4DF58C
Complementary color
Monochromatic Colors of #4DF58C
Black with #4DF58C
Text Example
Text Example
White with #4DF58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF58C; }
p { color: rgb(77,245,140); }
H1.HeaderClassName
{
color: #4DF58C;
}
.AnyTagClassName
{
color: #4DF58C;
}
</style>
background-color css
<style>
a { background-color: #4DF58C; }
a { background-color: rgb(77,245,140); }
div.DivClassName
{
background-color: #4DF58C;
}
.BgClassName
{
background-color: #4DF58C;
}
</style>
border-color css
<style>
span { border-color: #4DF58C; }
span { border-color: rgb(77,245,140); }
td.TdClassName
{
border-color: #4DF58C;
}
.TagClassName
{
border-color: #4DF58C;
}
</style>