Shades of Emerald #4CEB8C
Tints of Emerald #4CEB8C
RGB
CMYK
RGB Variations
Color information
#4CEB8C (or 0x4CEB8C) is known color: Emerald. HEX triplet: 4C, EB and 8C. RGB value is (76,235,140). Sum of RGB (Red+Green+Blue) = 76+235+140=451 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.85% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CEB8C is #B31473. Grayscale: #B0B0B0. Windows color (decimal): -11736180 or 9235276. OLE color: 9235276.
HSL color Cylindrical-coordinate representation of color #4CEB8C: hue angle of 144.15º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEB8C is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 140 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.08 |
| HSL | 144.15º | 0.8% | 0.61% | - |
| HSV(B) | 144.15º | 0.68% | 0.92% | - |
| XYZ | 37.42 | 62.85 | 34.97 | - |
| YUV | 176.63 | 107.32 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 140 | 0.68 | 0 | 0.40 | 0.08 | 144.15 | 0.8 | 0.61 |
| Hex | 4C | EB | 8C | 44 | 0 | 28 | 8 | 90 | 50 | 3D |
| Octal | 114 | 353 | 214 | 104 | 0 | 50 | 10 | 220 | 120 | 75 |
| Binary | 1001100 | 11101011 | 10001100 | 1000100 | 0 | 101000 | 1000 | 10010000 | 1010000 | 111101 |
Color Harmonies of #4CEB8C
Complementary color
Monochromatic Colors of #4CEB8C
Black with #4CEB8C
Text Example
Text Example
White with #4CEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEB8C; }
p { color: rgb(76,235,140); }
H1.HeaderClassName
{
color: #4CEB8C;
}
.AnyTagClassName
{
color: #4CEB8C;
}
</style>
background-color css
<style>
a { background-color: #4CEB8C; }
a { background-color: rgb(76,235,140); }
div.DivClassName
{
background-color: #4CEB8C;
}
.BgClassName
{
background-color: #4CEB8C;
}
</style>
border-color css
<style>
span { border-color: #4CEB8C; }
span { border-color: rgb(76,235,140); }
td.TdClassName
{
border-color: #4CEB8C;
}
.TagClassName
{
border-color: #4CEB8C;
}
</style>