Shades of Emerald #4ECC68
Tints of Emerald #4ECC68
RGB
CMYK
RGB Variations
Color information
#4ECC68 (or 0x4ECC68) is known color: Emerald. HEX triplet: 4E, CC and 68. RGB value is (78,204,104). Sum of RGB (Red+Green+Blue) = 78+204+104=386 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.21% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ECC68 is #B13397. Grayscale: #9B9B9B. Windows color (decimal): -11613080 or 6868046. OLE color: 6868046.
HSL color Cylindrical-coordinate representation of color #4ECC68: hue angle of 132.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECC68 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 104 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.2 |
| HSL | 132.38º | 0.55% | 0.55% | - |
| HSV(B) | 132.38º | 0.62% | 0.8% | - |
| XYZ | 27.23 | 45.8 | 20.5 | - |
| YUV | 154.93 | 99.26 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 104 | 0.62 | 0 | 0.49 | 0.2 | 132.38 | 0.55 | 0.55 |
| Hex | 4E | CC | 68 | 3E | 0 | 31 | 14 | 84 | 37 | 37 |
| Octal | 116 | 314 | 150 | 76 | 0 | 61 | 24 | 204 | 67 | 67 |
| Binary | 1001110 | 11001100 | 1101000 | 111110 | 0 | 110001 | 10100 | 10000100 | 110111 | 110111 |
Color Harmonies of #4ECC68
Complementary color
Monochromatic Colors of #4ECC68
Black with #4ECC68
Text Example
Text Example
White with #4ECC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECC68; }
p { color: rgb(78,204,104); }
H1.HeaderClassName
{
color: #4ECC68;
}
.AnyTagClassName
{
color: #4ECC68;
}
</style>
background-color css
<style>
a { background-color: #4ECC68; }
a { background-color: rgb(78,204,104); }
div.DivClassName
{
background-color: #4ECC68;
}
.BgClassName
{
background-color: #4ECC68;
}
</style>
border-color css
<style>
span { border-color: #4ECC68; }
span { border-color: rgb(78,204,104); }
td.TdClassName
{
border-color: #4ECC68;
}
.TagClassName
{
border-color: #4ECC68;
}
</style>