Shades of Emerald #4DCC83
Tints of Emerald #4DCC83
RGB
CMYK
RGB Variations
Color information
#4DCC83 (or 0x4DCC83) is known color: Emerald. HEX triplet: 4D, CC and 83. RGB value is (77,204,131). Sum of RGB (Red+Green+Blue) = 77+204+131=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCC83 is #B2337C. Grayscale: #9D9D9D. Windows color (decimal): -11678589 or 8637517. OLE color: 8637517.
HSL color Cylindrical-coordinate representation of color #4DCC83: hue angle of 145.51º 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 #4DCC83 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 131 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.2 |
| HSL | 145.51º | 0.55% | 0.55% | - |
| HSV(B) | 145.51º | 0.62% | 0.8% | - |
| XYZ | 28.75 | 46.4 | 28.91 | - |
| YUV | 157.71 | 112.92 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 131 | 0.62 | 0 | 0.36 | 0.2 | 145.51 | 0.55 | 0.55 |
| Hex | 4D | CC | 83 | 3E | 0 | 24 | 14 | 92 | 37 | 37 |
| Octal | 115 | 314 | 203 | 76 | 0 | 44 | 24 | 222 | 67 | 67 |
| Binary | 1001101 | 11001100 | 10000011 | 111110 | 0 | 100100 | 10100 | 10010010 | 110111 | 110111 |
Color Harmonies of #4DCC83
Complementary color
Monochromatic Colors of #4DCC83
Black with #4DCC83
Text Example
Text Example
White with #4DCC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCC83; }
p { color: rgb(77,204,131); }
H1.HeaderClassName
{
color: #4DCC83;
}
.AnyTagClassName
{
color: #4DCC83;
}
</style>
background-color css
<style>
a { background-color: #4DCC83; }
a { background-color: rgb(77,204,131); }
div.DivClassName
{
background-color: #4DCC83;
}
.BgClassName
{
background-color: #4DCC83;
}
</style>
border-color css
<style>
span { border-color: #4DCC83; }
span { border-color: rgb(77,204,131); }
td.TdClassName
{
border-color: #4DCC83;
}
.TagClassName
{
border-color: #4DCC83;
}
</style>