Shades of Emerald #4CDF8C
Tints of Emerald #4CDF8C
RGB
CMYK
RGB Variations
Color information
#4CDF8C (or 0x4CDF8C) is known color: Emerald. HEX triplet: 4C, DF and 8C. RGB value is (76,223,140). Sum of RGB (Red+Green+Blue) = 76+223+140=439 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.31% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDF8C is #B32073. Grayscale: #A9A9A9. Windows color (decimal): -11739252 or 9232204. OLE color: 9232204.
HSL color Cylindrical-coordinate representation of color #4CDF8C: hue angle of 146.12º 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 #4CDF8C is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 140 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.13 |
| HSL | 146.12º | 0.7% | 0.59% | - |
| HSV(B) | 146.12º | 0.66% | 0.87% | - |
| XYZ | 34.1 | 56.21 | 33.86 | - |
| YUV | 169.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 140 | 0.66 | 0 | 0.37 | 0.13 | 146.12 | 0.7 | 0.59 |
| Hex | 4C | DF | 8C | 42 | 0 | 25 | D | 92 | 46 | 3B |
| Octal | 114 | 337 | 214 | 102 | 0 | 45 | 15 | 222 | 106 | 73 |
| Binary | 1001100 | 11011111 | 10001100 | 1000010 | 0 | 100101 | 1101 | 10010010 | 1000110 | 111011 |
Color Harmonies of #4CDF8C
Complementary color
Monochromatic Colors of #4CDF8C
Black with #4CDF8C
Text Example
Text Example
White with #4CDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDF8C; }
p { color: rgb(76,223,140); }
H1.HeaderClassName
{
color: #4CDF8C;
}
.AnyTagClassName
{
color: #4CDF8C;
}
</style>
background-color css
<style>
a { background-color: #4CDF8C; }
a { background-color: rgb(76,223,140); }
div.DivClassName
{
background-color: #4CDF8C;
}
.BgClassName
{
background-color: #4CDF8C;
}
</style>
border-color css
<style>
span { border-color: #4CDF8C; }
span { border-color: rgb(76,223,140); }
td.TdClassName
{
border-color: #4CDF8C;
}
.TagClassName
{
border-color: #4CDF8C;
}
</style>