Shades of Emerald #4DEA78
Tints of Emerald #4DEA78
RGB
CMYK
RGB Variations
Color information
#4DEA78 (or 0x4DEA78) is known color: Emerald. HEX triplet: 4D, EA and 78. RGB value is (77,234,120). Sum of RGB (Red+Green+Blue) = 77+234+120=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #4DEA78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DEA78 is #B21587. Grayscale: #AEAEAE. Windows color (decimal): -11670920 or 7924301. OLE color: 7924301.
HSL color Cylindrical-coordinate representation of color #4DEA78: hue angle of 136.43º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DEA78 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 234 | 120 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.08 |
| HSL | 136.43º | 0.79% | 0.61% | - |
| HSV(B) | 136.43º | 0.67% | 0.92% | - |
| XYZ | 35.87 | 61.78 | 27.8 | - |
| YUV | 174.06 | 97.49 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 234 | 120 | 0.67 | 0 | 0.49 | 0.08 | 136.43 | 0.79 | 0.61 |
| Hex | 4D | EA | 78 | 43 | 0 | 31 | 8 | 88 | 4F | 3D |
| Octal | 115 | 352 | 170 | 103 | 0 | 61 | 10 | 210 | 117 | 75 |
| Binary | 1001101 | 11101010 | 1111000 | 1000011 | 0 | 110001 | 1000 | 10001000 | 1001111 | 111101 |
Color Harmonies of #4DEA78
Complementary color
Monochromatic Colors of #4DEA78
Black with #4DEA78
Text Example
Text Example
White with #4DEA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEA78; }
p { color: rgb(77,234,120); }
H1.HeaderClassName
{
color: #4DEA78;
}
.AnyTagClassName
{
color: #4DEA78;
}
</style>
background-color css
<style>
a { background-color: #4DEA78; }
a { background-color: rgb(77,234,120); }
div.DivClassName
{
background-color: #4DEA78;
}
.BgClassName
{
background-color: #4DEA78;
}
</style>
border-color css
<style>
span { border-color: #4DEA78; }
span { border-color: rgb(77,234,120); }
td.TdClassName
{
border-color: #4DEA78;
}
.TagClassName
{
border-color: #4DEA78;
}
</style>