Shades of Emerald #4CD16E
Tints of Emerald #4CD16E
RGB
CMYK
RGB Variations
Color information
#4CD16E (or 0x4CD16E) is known color: Emerald. HEX triplet: 4C, D1 and 6E. RGB value is (76,209,110). Sum of RGB (Red+Green+Blue) = 76+209+110=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #4CD16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD16E is #B32E91. Grayscale: #9E9E9E. Windows color (decimal): -11742866 or 7262540. OLE color: 7262540.
HSL color Cylindrical-coordinate representation of color #4CD16E: hue angle of 135.34º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD16E is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 209 | 110 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.18 |
| HSL | 135.34º | 0.59% | 0.56% | - |
| HSV(B) | 135.34º | 0.64% | 0.82% | - |
| XYZ | 28.6 | 48.26 | 22.56 | - |
| YUV | 157.95 | 100.94 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 209 | 110 | 0.64 | 0 | 0.47 | 0.18 | 135.34 | 0.59 | 0.56 |
| Hex | 4C | D1 | 6E | 40 | 0 | 2F | 12 | 87 | 3B | 38 |
| Octal | 114 | 321 | 156 | 100 | 0 | 57 | 22 | 207 | 73 | 70 |
| Binary | 1001100 | 11010001 | 1101110 | 1000000 | 0 | 101111 | 10010 | 10000111 | 111011 | 111000 |
Color Harmonies of #4CD16E
Complementary color
Monochromatic Colors of #4CD16E
Black with #4CD16E
Text Example
Text Example
White with #4CD16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD16E; }
p { color: rgb(76,209,110); }
H1.HeaderClassName
{
color: #4CD16E;
}
.AnyTagClassName
{
color: #4CD16E;
}
</style>
background-color css
<style>
a { background-color: #4CD16E; }
a { background-color: rgb(76,209,110); }
div.DivClassName
{
background-color: #4CD16E;
}
.BgClassName
{
background-color: #4CD16E;
}
</style>
border-color css
<style>
span { border-color: #4CD16E; }
span { border-color: rgb(76,209,110); }
td.TdClassName
{
border-color: #4CD16E;
}
.TagClassName
{
border-color: #4CD16E;
}
</style>