Shades of Emerald #4AEC83
Tints of Emerald #4AEC83
RGB
CMYK
RGB Variations
Color information
#4AEC83 (or 0x4AEC83) is known color: Emerald. HEX triplet: 4A, EC and 83. RGB value is (74,236,131). Sum of RGB (Red+Green+Blue) = 74+236+131=441 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.78% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEC83 is #B5137C. Grayscale: #AFAFAF. Windows color (decimal): -11867005 or 8645706. OLE color: 8645706.
HSL color Cylindrical-coordinate representation of color #4AEC83: hue angle of 141.11º 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 #4AEC83 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 131 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.07 |
| HSL | 141.11º | 0.81% | 0.61% | - |
| HSV(B) | 141.11º | 0.69% | 0.93% | - |
| XYZ | 36.92 | 63.09 | 31.7 | - |
| YUV | 175.59 | 102.83 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 131 | 0.69 | 0 | 0.44 | 0.07 | 141.11 | 0.81 | 0.61 |
| Hex | 4A | EC | 83 | 45 | 0 | 2C | 7 | 8D | 51 | 3D |
| Octal | 112 | 354 | 203 | 105 | 0 | 54 | 7 | 215 | 121 | 75 |
| Binary | 1001010 | 11101100 | 10000011 | 1000101 | 0 | 101100 | 111 | 10001101 | 1010001 | 111101 |
Color Harmonies of #4AEC83
Complementary color
Monochromatic Colors of #4AEC83
Black with #4AEC83
Text Example
Text Example
White with #4AEC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEC83; }
p { color: rgb(74,236,131); }
H1.HeaderClassName
{
color: #4AEC83;
}
.AnyTagClassName
{
color: #4AEC83;
}
</style>
background-color css
<style>
a { background-color: #4AEC83; }
a { background-color: rgb(74,236,131); }
div.DivClassName
{
background-color: #4AEC83;
}
.BgClassName
{
background-color: #4AEC83;
}
</style>
border-color css
<style>
span { border-color: #4AEC83; }
span { border-color: rgb(74,236,131); }
td.TdClassName
{
border-color: #4AEC83;
}
.TagClassName
{
border-color: #4AEC83;
}
</style>