Shades of Emerald #4DEB77
Tints of Emerald #4DEB77
RGB
CMYK
RGB Variations
Color information
#4DEB77 (or 0x4DEB77) is known color: Emerald. HEX triplet: 4D, EB and 77. RGB value is (77,235,119). Sum of RGB (Red+Green+Blue) = 77+235+119=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 235 (92.19% from 255 or 54.52% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEB77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DEB77 is #B21488. Grayscale: #AEAEAE. Windows color (decimal): -11670665 or 7859021. OLE color: 7859021.
HSL color Cylindrical-coordinate representation of color #4DEB77: hue angle of 135.95º degrees, saturation: 0.8, 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 #4DEB77 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 235 | 119 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.08 |
| HSL | 135.95º | 0.8% | 0.61% | - |
| HSV(B) | 135.95º | 0.67% | 0.92% | - |
| XYZ | 36.1 | 62.33 | 27.58 | - |
| YUV | 174.53 | 96.65 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 235 | 119 | 0.67 | 0 | 0.49 | 0.08 | 135.95 | 0.8 | 0.61 |
| Hex | 4D | EB | 77 | 43 | 0 | 31 | 8 | 88 | 50 | 3D |
| Octal | 115 | 353 | 167 | 103 | 0 | 61 | 10 | 210 | 120 | 75 |
| Binary | 1001101 | 11101011 | 1110111 | 1000011 | 0 | 110001 | 1000 | 10001000 | 1010000 | 111101 |
Color Harmonies of #4DEB77
Complementary color
Monochromatic Colors of #4DEB77
Black with #4DEB77
Text Example
Text Example
White with #4DEB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEB77; }
p { color: rgb(77,235,119); }
H1.HeaderClassName
{
color: #4DEB77;
}
.AnyTagClassName
{
color: #4DEB77;
}
</style>
background-color css
<style>
a { background-color: #4DEB77; }
a { background-color: rgb(77,235,119); }
div.DivClassName
{
background-color: #4DEB77;
}
.BgClassName
{
background-color: #4DEB77;
}
</style>
border-color css
<style>
span { border-color: #4DEB77; }
span { border-color: rgb(77,235,119); }
td.TdClassName
{
border-color: #4DEB77;
}
.TagClassName
{
border-color: #4DEB77;
}
</style>