Shades of Emerald #4DC26C
Tints of Emerald #4DC26C
RGB
CMYK
RGB Variations
Color information
#4DC26C (or 0x4DC26C) is known color: Emerald. HEX triplet: 4D, C2 and 6C. RGB value is (77,194,108). Sum of RGB (Red+Green+Blue) = 77+194+108=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC26C is #B23D93. Grayscale: #959595. Windows color (decimal): -11681172 or 7127629. OLE color: 7127629.
HSL color Cylindrical-coordinate representation of color #4DC26C: hue angle of 135.9º 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 #4DC26C is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 194 | 108 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.24 |
| HSL | 135.9º | 0.49% | 0.53% | - |
| HSV(B) | 135.9º | 0.6% | 0.76% | - |
| XYZ | 25.06 | 41.24 | 20.83 | - |
| YUV | 149.21 | 104.74 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 108 | 0.60 | 0 | 0.44 | 0.24 | 135.9 | 0.49 | 0.53 |
| Hex | 4D | C2 | 6C | 3C | 0 | 2C | 18 | 88 | 31 | 35 |
| Octal | 115 | 302 | 154 | 74 | 0 | 54 | 30 | 210 | 61 | 65 |
| Binary | 1001101 | 11000010 | 1101100 | 111100 | 0 | 101100 | 11000 | 10001000 | 110001 | 110101 |
Color Harmonies of #4DC26C
Complementary color
Monochromatic Colors of #4DC26C
Black with #4DC26C
Text Example
Text Example
White with #4DC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC26C; }
p { color: rgb(77,194,108); }
H1.HeaderClassName
{
color: #4DC26C;
}
.AnyTagClassName
{
color: #4DC26C;
}
</style>
background-color css
<style>
a { background-color: #4DC26C; }
a { background-color: rgb(77,194,108); }
div.DivClassName
{
background-color: #4DC26C;
}
.BgClassName
{
background-color: #4DC26C;
}
</style>
border-color css
<style>
span { border-color: #4DC26C; }
span { border-color: rgb(77,194,108); }
td.TdClassName
{
border-color: #4DC26C;
}
.TagClassName
{
border-color: #4DC26C;
}
</style>