Shades of Emerald #4AEC7B
Tints of Emerald #4AEC7B
RGB
CMYK
RGB Variations
Color information
#4AEC7B (or 0x4AEC7B) is known color: Emerald. HEX triplet: 4A, EC and 7B. RGB value is (74,236,123). Sum of RGB (Red+Green+Blue) = 74+236+123=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AEC7B is #B51384. Grayscale: #AEAEAE. Windows color (decimal): -11867013 or 8121418. OLE color: 8121418.
HSL color Cylindrical-coordinate representation of color #4AEC7B: hue angle of 138.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEC7B is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 123 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.07 |
| HSL | 138.15º | 0.81% | 0.61% | - |
| HSV(B) | 138.15º | 0.69% | 0.93% | - |
| XYZ | 36.39 | 62.88 | 28.96 | - |
| YUV | 174.68 | 98.83 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 123 | 0.69 | 0 | 0.48 | 0.07 | 138.15 | 0.81 | 0.61 |
| Hex | 4A | EC | 7B | 45 | 0 | 30 | 7 | 8A | 51 | 3D |
| Octal | 112 | 354 | 173 | 105 | 0 | 60 | 7 | 212 | 121 | 75 |
| Binary | 1001010 | 11101100 | 1111011 | 1000101 | 0 | 110000 | 111 | 10001010 | 1010001 | 111101 |
Color Harmonies of #4AEC7B
Complementary color
Monochromatic Colors of #4AEC7B
Black with #4AEC7B
Text Example
Text Example
White with #4AEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEC7B; }
p { color: rgb(74,236,123); }
H1.HeaderClassName
{
color: #4AEC7B;
}
.AnyTagClassName
{
color: #4AEC7B;
}
</style>
background-color css
<style>
a { background-color: #4AEC7B; }
a { background-color: rgb(74,236,123); }
div.DivClassName
{
background-color: #4AEC7B;
}
.BgClassName
{
background-color: #4AEC7B;
}
</style>
border-color css
<style>
span { border-color: #4AEC7B; }
span { border-color: rgb(74,236,123); }
td.TdClassName
{
border-color: #4AEC7B;
}
.TagClassName
{
border-color: #4AEC7B;
}
</style>