Shades of Emerald #4DC966
Tints of Emerald #4DC966
RGB
CMYK
RGB Variations
Color information
#4DC966 (or 0x4DC966) is known color: Emerald. HEX triplet: 4D, C9 and 66. RGB value is (77,201,102). Sum of RGB (Red+Green+Blue) = 77+201+102=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC966 is #B23699. Grayscale: #989898. Windows color (decimal): -11679386 or 6736205. OLE color: 6736205.
HSL color Cylindrical-coordinate representation of color #4DC966: hue angle of 132.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC966 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 102 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.21 |
| HSL | 132.1º | 0.53% | 0.55% | - |
| HSV(B) | 132.1º | 0.62% | 0.79% | - |
| XYZ | 26.35 | 44.31 | 19.73 | - |
| YUV | 152.64 | 99.42 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 102 | 0.62 | 0 | 0.49 | 0.21 | 132.1 | 0.53 | 0.55 |
| Hex | 4D | C9 | 66 | 3E | 0 | 31 | 15 | 84 | 35 | 37 |
| Octal | 115 | 311 | 146 | 76 | 0 | 61 | 25 | 204 | 65 | 67 |
| Binary | 1001101 | 11001001 | 1100110 | 111110 | 0 | 110001 | 10101 | 10000100 | 110101 | 110111 |
Color Harmonies of #4DC966
Complementary color
Monochromatic Colors of #4DC966
Black with #4DC966
Text Example
Text Example
White with #4DC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC966; }
p { color: rgb(77,201,102); }
H1.HeaderClassName
{
color: #4DC966;
}
.AnyTagClassName
{
color: #4DC966;
}
</style>
background-color css
<style>
a { background-color: #4DC966; }
a { background-color: rgb(77,201,102); }
div.DivClassName
{
background-color: #4DC966;
}
.BgClassName
{
background-color: #4DC966;
}
</style>
border-color css
<style>
span { border-color: #4DC966; }
span { border-color: rgb(77,201,102); }
td.TdClassName
{
border-color: #4DC966;
}
.TagClassName
{
border-color: #4DC966;
}
</style>