Shades of Emerald #4DC46B
Tints of Emerald #4DC46B
RGB
CMYK
RGB Variations
Color information
#4DC46B (or 0x4DC46B) is known color: Emerald. HEX triplet: 4D, C4 and 6B. RGB value is (77,196,107). Sum of RGB (Red+Green+Blue) = 77+196+107=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC46B is #B23B94. Grayscale: #969696. Windows color (decimal): -11680661 or 7062605. OLE color: 7062605.
HSL color Cylindrical-coordinate representation of color #4DC46B: hue angle of 135.13º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC46B is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 107 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.23 |
| HSL | 135.13º | 0.5% | 0.54% | - |
| HSV(B) | 135.13º | 0.61% | 0.77% | - |
| XYZ | 25.45 | 42.12 | 20.7 | - |
| YUV | 150.27 | 103.58 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 107 | 0.61 | 0 | 0.45 | 0.23 | 135.13 | 0.5 | 0.54 |
| Hex | 4D | C4 | 6B | 3D | 0 | 2D | 17 | 87 | 32 | 36 |
| Octal | 115 | 304 | 153 | 75 | 0 | 55 | 27 | 207 | 62 | 66 |
| Binary | 1001101 | 11000100 | 1101011 | 111101 | 0 | 101101 | 10111 | 10000111 | 110010 | 110110 |
Color Harmonies of #4DC46B
Complementary color
Monochromatic Colors of #4DC46B
Black with #4DC46B
Text Example
Text Example
White with #4DC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC46B; }
p { color: rgb(77,196,107); }
H1.HeaderClassName
{
color: #4DC46B;
}
.AnyTagClassName
{
color: #4DC46B;
}
</style>
background-color css
<style>
a { background-color: #4DC46B; }
a { background-color: rgb(77,196,107); }
div.DivClassName
{
background-color: #4DC46B;
}
.BgClassName
{
background-color: #4DC46B;
}
</style>
border-color css
<style>
span { border-color: #4DC46B; }
span { border-color: rgb(77,196,107); }
td.TdClassName
{
border-color: #4DC46B;
}
.TagClassName
{
border-color: #4DC46B;
}
</style>