Shades of Emerald #4DCE85
Tints of Emerald #4DCE85
RGB
CMYK
RGB Variations
Color information
#4DCE85 (or 0x4DCE85) is known color: Emerald. HEX triplet: 4D, CE and 85. RGB value is (77,206,133). Sum of RGB (Red+Green+Blue) = 77+206+133=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCE85 is #B2317A. Grayscale: #9F9F9F. Windows color (decimal): -11678075 or 8769101. OLE color: 8769101.
HSL color Cylindrical-coordinate representation of color #4DCE85: hue angle of 146.05º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCE85 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 133 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.19 |
| HSL | 146.05º | 0.57% | 0.55% | - |
| HSV(B) | 146.05º | 0.63% | 0.81% | - |
| XYZ | 29.37 | 47.41 | 29.79 | - |
| YUV | 159.11 | 113.26 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 133 | 0.63 | 0 | 0.35 | 0.19 | 146.05 | 0.57 | 0.55 |
| Hex | 4D | CE | 85 | 3F | 0 | 23 | 13 | 92 | 39 | 37 |
| Octal | 115 | 316 | 205 | 77 | 0 | 43 | 23 | 222 | 71 | 67 |
| Binary | 1001101 | 11001110 | 10000101 | 111111 | 0 | 100011 | 10011 | 10010010 | 111001 | 110111 |
Color Harmonies of #4DCE85
Complementary color
Monochromatic Colors of #4DCE85
Black with #4DCE85
Text Example
Text Example
White with #4DCE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCE85; }
p { color: rgb(77,206,133); }
H1.HeaderClassName
{
color: #4DCE85;
}
.AnyTagClassName
{
color: #4DCE85;
}
</style>
background-color css
<style>
a { background-color: #4DCE85; }
a { background-color: rgb(77,206,133); }
div.DivClassName
{
background-color: #4DCE85;
}
.BgClassName
{
background-color: #4DCE85;
}
</style>
border-color css
<style>
span { border-color: #4DCE85; }
span { border-color: rgb(77,206,133); }
td.TdClassName
{
border-color: #4DCE85;
}
.TagClassName
{
border-color: #4DCE85;
}
</style>