Shades of Emerald #4DC96B
Tints of Emerald #4DC96B
RGB
CMYK
RGB Variations
Color information
#4DC96B (or 0x4DC96B) is known color: Emerald. HEX triplet: 4D, C9 and 6B. RGB value is (77,201,107). Sum of RGB (Red+Green+Blue) = 77+201+107=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC96B is #B23694. Grayscale: #999999. Windows color (decimal): -11679381 or 7063885. OLE color: 7063885.
HSL color Cylindrical-coordinate representation of color #4DC96B: hue angle of 134.52º 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 #4DC96B is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 107 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.21 |
| HSL | 134.52º | 0.53% | 0.55% | - |
| HSV(B) | 134.52º | 0.62% | 0.79% | - |
| XYZ | 26.6 | 44.41 | 21.08 | - |
| YUV | 153.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 107 | 0.62 | 0 | 0.47 | 0.21 | 134.52 | 0.53 | 0.55 |
| Hex | 4D | C9 | 6B | 3E | 0 | 2F | 15 | 87 | 35 | 37 |
| Octal | 115 | 311 | 153 | 76 | 0 | 57 | 25 | 207 | 65 | 67 |
| Binary | 1001101 | 11001001 | 1101011 | 111110 | 0 | 101111 | 10101 | 10000111 | 110101 | 110111 |
Color Harmonies of #4DC96B
Complementary color
Monochromatic Colors of #4DC96B
Black with #4DC96B
Text Example
Text Example
White with #4DC96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC96B; }
p { color: rgb(77,201,107); }
H1.HeaderClassName
{
color: #4DC96B;
}
.AnyTagClassName
{
color: #4DC96B;
}
</style>
background-color css
<style>
a { background-color: #4DC96B; }
a { background-color: rgb(77,201,107); }
div.DivClassName
{
background-color: #4DC96B;
}
.BgClassName
{
background-color: #4DC96B;
}
</style>
border-color css
<style>
span { border-color: #4DC96B; }
span { border-color: rgb(77,201,107); }
td.TdClassName
{
border-color: #4DC96B;
}
.TagClassName
{
border-color: #4DC96B;
}
</style>