Shades of Emerald #4DEB74
Tints of Emerald #4DEB74
RGB
CMYK
RGB Variations
Color information
#4DEB74 (or 0x4DEB74) is known color: Emerald. HEX triplet: 4D, EB and 74. RGB value is (77,235,116). Sum of RGB (Red+Green+Blue) = 77+235+116=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 235 (92.19% from 255 or 54.91% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEB74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DEB74 is #B2148B. Grayscale: #AEAEAE. Windows color (decimal): -11670668 or 7662413. OLE color: 7662413.
HSL color Cylindrical-coordinate representation of color #4DEB74: hue angle of 134.81º 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 #4DEB74 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 235 | 116 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.08 |
| HSL | 134.81º | 0.8% | 0.61% | - |
| HSV(B) | 134.81º | 0.67% | 0.92% | - |
| XYZ | 35.92 | 62.26 | 26.65 | - |
| YUV | 174.19 | 95.15 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 235 | 116 | 0.67 | 0 | 0.51 | 0.08 | 134.81 | 0.8 | 0.61 |
| Hex | 4D | EB | 74 | 43 | 0 | 33 | 8 | 87 | 50 | 3D |
| Octal | 115 | 353 | 164 | 103 | 0 | 63 | 10 | 207 | 120 | 75 |
| Binary | 1001101 | 11101011 | 1110100 | 1000011 | 0 | 110011 | 1000 | 10000111 | 1010000 | 111101 |
Color Harmonies of #4DEB74
Complementary color
Monochromatic Colors of #4DEB74
Black with #4DEB74
Text Example
Text Example
White with #4DEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEB74; }
p { color: rgb(77,235,116); }
H1.HeaderClassName
{
color: #4DEB74;
}
.AnyTagClassName
{
color: #4DEB74;
}
</style>
background-color css
<style>
a { background-color: #4DEB74; }
a { background-color: rgb(77,235,116); }
div.DivClassName
{
background-color: #4DEB74;
}
.BgClassName
{
background-color: #4DEB74;
}
</style>
border-color css
<style>
span { border-color: #4DEB74; }
span { border-color: rgb(77,235,116); }
td.TdClassName
{
border-color: #4DEB74;
}
.TagClassName
{
border-color: #4DEB74;
}
</style>