Shades of Emerald #4DCC90
Tints of Emerald #4DCC90
RGB
CMYK
RGB Variations
Color information
#4DCC90 (or 0x4DCC90) is known color: Emerald. HEX triplet: 4D, CC and 90. RGB value is (77,204,144). Sum of RGB (Red+Green+Blue) = 77+204+144=425 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.12% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCC90 is #B2336F. Grayscale: #9F9F9F. Windows color (decimal): -11678576 or 9489485. OLE color: 9489485.
HSL color Cylindrical-coordinate representation of color #4DCC90: hue angle of 151.65º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCC90 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 144 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.2 |
| HSL | 151.65º | 0.55% | 0.55% | - |
| HSV(B) | 151.65º | 0.62% | 0.8% | - |
| XYZ | 29.69 | 46.78 | 33.85 | - |
| YUV | 159.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 144 | 0.62 | 0 | 0.29 | 0.2 | 151.65 | 0.55 | 0.55 |
| Hex | 4D | CC | 90 | 3E | 0 | 1D | 14 | 98 | 37 | 37 |
| Octal | 115 | 314 | 220 | 76 | 0 | 35 | 24 | 230 | 67 | 67 |
| Binary | 1001101 | 11001100 | 10010000 | 111110 | 0 | 11101 | 10100 | 10011000 | 110111 | 110111 |
Color Harmonies of #4DCC90
Complementary color
Monochromatic Colors of #4DCC90
Black with #4DCC90
Text Example
Text Example
White with #4DCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCC90; }
p { color: rgb(77,204,144); }
H1.HeaderClassName
{
color: #4DCC90;
}
.AnyTagClassName
{
color: #4DCC90;
}
</style>
background-color css
<style>
a { background-color: #4DCC90; }
a { background-color: rgb(77,204,144); }
div.DivClassName
{
background-color: #4DCC90;
}
.BgClassName
{
background-color: #4DCC90;
}
</style>
border-color css
<style>
span { border-color: #4DCC90; }
span { border-color: rgb(77,204,144); }
td.TdClassName
{
border-color: #4DCC90;
}
.TagClassName
{
border-color: #4DCC90;
}
</style>