Shades of Emerald #4DED75
Tints of Emerald #4DED75
RGB
CMYK
RGB Variations
Color information
#4DED75 (or 0x4DED75) is known color: Emerald. HEX triplet: 4D, ED and 75. RGB value is (77,237,117). Sum of RGB (Red+Green+Blue) = 77+237+117=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #4DED75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DED75 is #B2128A. Grayscale: #AFAFAF. Windows color (decimal): -11670155 or 7728461. OLE color: 7728461.
HSL color Cylindrical-coordinate representation of color #4DED75: hue angle of 135º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DED75 is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 117 | - |
| CMYK | 0.68 | 0 | 0.51 | 0.07 |
| HSL | 135º | 0.82% | 0.62% | - |
| HSV(B) | 135º | 0.68% | 0.93% | - |
| XYZ | 36.56 | 63.43 | 27.15 | - |
| YUV | 175.48 | 94.99 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 117 | 0.68 | 0 | 0.51 | 0.07 | 135 | 0.82 | 0.62 |
| Hex | 4D | ED | 75 | 44 | 0 | 33 | 7 | 87 | 52 | 3E |
| Octal | 115 | 355 | 165 | 104 | 0 | 63 | 7 | 207 | 122 | 76 |
| Binary | 1001101 | 11101101 | 1110101 | 1000100 | 0 | 110011 | 111 | 10000111 | 1010010 | 111110 |
Color Harmonies of #4DED75
Complementary color
Monochromatic Colors of #4DED75
Black with #4DED75
Text Example
Text Example
White with #4DED75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DED75; }
p { color: rgb(77,237,117); }
H1.HeaderClassName
{
color: #4DED75;
}
.AnyTagClassName
{
color: #4DED75;
}
</style>
background-color css
<style>
a { background-color: #4DED75; }
a { background-color: rgb(77,237,117); }
div.DivClassName
{
background-color: #4DED75;
}
.BgClassName
{
background-color: #4DED75;
}
</style>
border-color css
<style>
span { border-color: #4DED75; }
span { border-color: rgb(77,237,117); }
td.TdClassName
{
border-color: #4DED75;
}
.TagClassName
{
border-color: #4DED75;
}
</style>