Shades of Emerald #4CE380
Tints of Emerald #4CE380
RGB
CMYK
RGB Variations
Color information
#4CE380 (or 0x4CE380) is known color: Emerald. HEX triplet: 4C, E3 and 80. RGB value is (76,227,128). Sum of RGB (Red+Green+Blue) = 76+227+128=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #4CE380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CE380 is #B31C7F. Grayscale: #AAAAAA. Windows color (decimal): -11738240 or 8446796. OLE color: 8446796.
HSL color Cylindrical-coordinate representation of color #4CE380: hue angle of 140.66º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE380 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 227 | 128 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.11 |
| HSL | 140.66º | 0.73% | 0.59% | - |
| HSV(B) | 140.66º | 0.67% | 0.89% | - |
| XYZ | 34.35 | 58.03 | 29.81 | - |
| YUV | 170.57 | 103.97 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 227 | 128 | 0.67 | 0 | 0.44 | 0.11 | 140.66 | 0.73 | 0.59 |
| Hex | 4C | E3 | 80 | 43 | 0 | 2C | B | 8D | 49 | 3B |
| Octal | 114 | 343 | 200 | 103 | 0 | 54 | 13 | 215 | 111 | 73 |
| Binary | 1001100 | 11100011 | 10000000 | 1000011 | 0 | 101100 | 1011 | 10001101 | 1001001 | 111011 |
Color Harmonies of #4CE380
Complementary color
Monochromatic Colors of #4CE380
Black with #4CE380
Text Example
Text Example
White with #4CE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE380; }
p { color: rgb(76,227,128); }
H1.HeaderClassName
{
color: #4CE380;
}
.AnyTagClassName
{
color: #4CE380;
}
</style>
background-color css
<style>
a { background-color: #4CE380; }
a { background-color: rgb(76,227,128); }
div.DivClassName
{
background-color: #4CE380;
}
.BgClassName
{
background-color: #4CE380;
}
</style>
border-color css
<style>
span { border-color: #4CE380; }
span { border-color: rgb(76,227,128); }
td.TdClassName
{
border-color: #4CE380;
}
.TagClassName
{
border-color: #4CE380;
}
</style>