Shades of Emerald #4CEB7A
Tints of Emerald #4CEB7A
RGB
CMYK
RGB Variations
Color information
#4CEB7A (or 0x4CEB7A) is known color: Emerald. HEX triplet: 4C, EB and 7A. RGB value is (76,235,122). Sum of RGB (Red+Green+Blue) = 76+235+122=433 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.55% from 433); Green value is 235 (92.19% from 255 or 54.27% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEB7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CEB7A is #B31485. Grayscale: #AEAEAE. Windows color (decimal): -11736198 or 8055628. OLE color: 8055628.
HSL color Cylindrical-coordinate representation of color #4CEB7A: hue angle of 137.36º 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 #4CEB7A is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 122 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.08 |
| HSL | 137.36º | 0.8% | 0.61% | - |
| HSV(B) | 137.36º | 0.68% | 0.92% | - |
| XYZ | 36.2 | 62.36 | 28.54 | - |
| YUV | 174.58 | 98.32 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 122 | 0.68 | 0 | 0.48 | 0.08 | 137.36 | 0.8 | 0.61 |
| Hex | 4C | EB | 7A | 44 | 0 | 30 | 8 | 89 | 50 | 3D |
| Octal | 114 | 353 | 172 | 104 | 0 | 60 | 10 | 211 | 120 | 75 |
| Binary | 1001100 | 11101011 | 1111010 | 1000100 | 0 | 110000 | 1000 | 10001001 | 1010000 | 111101 |
Color Harmonies of #4CEB7A
Complementary color
Monochromatic Colors of #4CEB7A
Black with #4CEB7A
Text Example
Text Example
White with #4CEB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEB7A; }
p { color: rgb(76,235,122); }
H1.HeaderClassName
{
color: #4CEB7A;
}
.AnyTagClassName
{
color: #4CEB7A;
}
</style>
background-color css
<style>
a { background-color: #4CEB7A; }
a { background-color: rgb(76,235,122); }
div.DivClassName
{
background-color: #4CEB7A;
}
.BgClassName
{
background-color: #4CEB7A;
}
</style>
border-color css
<style>
span { border-color: #4CEB7A; }
span { border-color: rgb(76,235,122); }
td.TdClassName
{
border-color: #4CEB7A;
}
.TagClassName
{
border-color: #4CEB7A;
}
</style>