Shades of Emerald #4DC869
Tints of Emerald #4DC869
RGB
CMYK
RGB Variations
Color information
#4DC869 (or 0x4DC869) is known color: Emerald. HEX triplet: 4D, C8 and 69. RGB value is (77,200,105). Sum of RGB (Red+Green+Blue) = 77+200+105=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC869 is #B23796. Grayscale: #989898. Windows color (decimal): -11679639 or 6932557. OLE color: 6932557.
HSL color Cylindrical-coordinate representation of color #4DC869: hue angle of 133.66º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC869 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 105 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.22 |
| HSL | 133.66º | 0.53% | 0.54% | - |
| HSV(B) | 133.66º | 0.62% | 0.78% | - |
| XYZ | 26.26 | 43.91 | 20.46 | - |
| YUV | 152.39 | 101.25 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 105 | 0.62 | 0 | 0.48 | 0.22 | 133.66 | 0.53 | 0.54 |
| Hex | 4D | C8 | 69 | 3E | 0 | 30 | 16 | 86 | 35 | 36 |
| Octal | 115 | 310 | 151 | 76 | 0 | 60 | 26 | 206 | 65 | 66 |
| Binary | 1001101 | 11001000 | 1101001 | 111110 | 0 | 110000 | 10110 | 10000110 | 110101 | 110110 |
Color Harmonies of #4DC869
Complementary color
Monochromatic Colors of #4DC869
Black with #4DC869
Text Example
Text Example
White with #4DC869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC869; }
p { color: rgb(77,200,105); }
H1.HeaderClassName
{
color: #4DC869;
}
.AnyTagClassName
{
color: #4DC869;
}
</style>
background-color css
<style>
a { background-color: #4DC869; }
a { background-color: rgb(77,200,105); }
div.DivClassName
{
background-color: #4DC869;
}
.BgClassName
{
background-color: #4DC869;
}
</style>
border-color css
<style>
span { border-color: #4DC869; }
span { border-color: rgb(77,200,105); }
td.TdClassName
{
border-color: #4DC869;
}
.TagClassName
{
border-color: #4DC869;
}
</style>