Shades of Emerald #4DCC75
Tints of Emerald #4DCC75
RGB
CMYK
RGB Variations
Color information
#4DCC75 (or 0x4DCC75) is known color: Emerald. HEX triplet: 4D, CC and 75. RGB value is (77,204,117). Sum of RGB (Red+Green+Blue) = 77+204+117=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCC75 is #B2338A. Grayscale: #9C9C9C. Windows color (decimal): -11678603 or 7720013. OLE color: 7720013.
HSL color Cylindrical-coordinate representation of color #4DCC75: hue angle of 138.9º 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 #4DCC75 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 117 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.2 |
| HSL | 138.9º | 0.55% | 0.55% | - |
| HSV(B) | 138.9º | 0.62% | 0.8% | - |
| XYZ | 27.86 | 46.05 | 24.25 | - |
| YUV | 156.11 | 105.92 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 117 | 0.62 | 0 | 0.43 | 0.2 | 138.9 | 0.55 | 0.55 |
| Hex | 4D | CC | 75 | 3E | 0 | 2B | 14 | 8B | 37 | 37 |
| Octal | 115 | 314 | 165 | 76 | 0 | 53 | 24 | 213 | 67 | 67 |
| Binary | 1001101 | 11001100 | 1110101 | 111110 | 0 | 101011 | 10100 | 10001011 | 110111 | 110111 |
Color Harmonies of #4DCC75
Complementary color
Monochromatic Colors of #4DCC75
Black with #4DCC75
Text Example
Text Example
White with #4DCC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCC75; }
p { color: rgb(77,204,117); }
H1.HeaderClassName
{
color: #4DCC75;
}
.AnyTagClassName
{
color: #4DCC75;
}
</style>
background-color css
<style>
a { background-color: #4DCC75; }
a { background-color: rgb(77,204,117); }
div.DivClassName
{
background-color: #4DCC75;
}
.BgClassName
{
background-color: #4DCC75;
}
</style>
border-color css
<style>
span { border-color: #4DCC75; }
span { border-color: rgb(77,204,117); }
td.TdClassName
{
border-color: #4DCC75;
}
.TagClassName
{
border-color: #4DCC75;
}
</style>