Shades of Emerald #4CDF80
Tints of Emerald #4CDF80
RGB
CMYK
RGB Variations
Color information
#4CDF80 (or 0x4CDF80) is known color: Emerald. HEX triplet: 4C, DF and 80. RGB value is (76,223,128). Sum of RGB (Red+Green+Blue) = 76+223+128=427 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.80% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDF80 is #B3207F. Grayscale: #A8A8A8. Windows color (decimal): -11739264 or 8445772. OLE color: 8445772.
HSL color Cylindrical-coordinate representation of color #4CDF80: hue angle of 141.22º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDF80 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 128 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.13 |
| HSL | 141.22º | 0.7% | 0.59% | - |
| HSV(B) | 141.22º | 0.66% | 0.87% | - |
| XYZ | 33.26 | 55.87 | 29.45 | - |
| YUV | 168.22 | 105.3 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 128 | 0.66 | 0 | 0.43 | 0.13 | 141.22 | 0.7 | 0.59 |
| Hex | 4C | DF | 80 | 42 | 0 | 2B | D | 8D | 46 | 3B |
| Octal | 114 | 337 | 200 | 102 | 0 | 53 | 15 | 215 | 106 | 73 |
| Binary | 1001100 | 11011111 | 10000000 | 1000010 | 0 | 101011 | 1101 | 10001101 | 1000110 | 111011 |
Color Harmonies of #4CDF80
Complementary color
Monochromatic Colors of #4CDF80
Black with #4CDF80
Text Example
Text Example
White with #4CDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDF80; }
p { color: rgb(76,223,128); }
H1.HeaderClassName
{
color: #4CDF80;
}
.AnyTagClassName
{
color: #4CDF80;
}
</style>
background-color css
<style>
a { background-color: #4CDF80; }
a { background-color: rgb(76,223,128); }
div.DivClassName
{
background-color: #4CDF80;
}
.BgClassName
{
background-color: #4CDF80;
}
</style>
border-color css
<style>
span { border-color: #4CDF80; }
span { border-color: rgb(76,223,128); }
td.TdClassName
{
border-color: #4CDF80;
}
.TagClassName
{
border-color: #4CDF80;
}
</style>