Shades of Emerald #4DC285
Tints of Emerald #4DC285
RGB
CMYK
RGB Variations
Color information
#4DC285 (or 0x4DC285) is known color: Emerald. HEX triplet: 4D, C2 and 85. RGB value is (77,194,133). Sum of RGB (Red+Green+Blue) = 77+194+133=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC285 is #B23D7A. Grayscale: #989898. Windows color (decimal): -11681147 or 8766029. OLE color: 8766029.
HSL color Cylindrical-coordinate representation of color #4DC285: hue angle of 148.72º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC285 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 194 | 133 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.24 |
| HSL | 148.72º | 0.49% | 0.53% | - |
| HSV(B) | 148.72º | 0.6% | 0.76% | - |
| XYZ | 26.59 | 41.85 | 28.87 | - |
| YUV | 152.06 | 117.24 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 133 | 0.60 | 0 | 0.31 | 0.24 | 148.72 | 0.49 | 0.53 |
| Hex | 4D | C2 | 85 | 3C | 0 | 1F | 18 | 95 | 31 | 35 |
| Octal | 115 | 302 | 205 | 74 | 0 | 37 | 30 | 225 | 61 | 65 |
| Binary | 1001101 | 11000010 | 10000101 | 111100 | 0 | 11111 | 11000 | 10010101 | 110001 | 110101 |
Color Harmonies of #4DC285
Complementary color
Monochromatic Colors of #4DC285
Black with #4DC285
Text Example
Text Example
White with #4DC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC285; }
p { color: rgb(77,194,133); }
H1.HeaderClassName
{
color: #4DC285;
}
.AnyTagClassName
{
color: #4DC285;
}
</style>
background-color css
<style>
a { background-color: #4DC285; }
a { background-color: rgb(77,194,133); }
div.DivClassName
{
background-color: #4DC285;
}
.BgClassName
{
background-color: #4DC285;
}
</style>
border-color css
<style>
span { border-color: #4DC285; }
span { border-color: rgb(77,194,133); }
td.TdClassName
{
border-color: #4DC285;
}
.TagClassName
{
border-color: #4DC285;
}
</style>