Shades of Emerald #4AEC74
Tints of Emerald #4AEC74
RGB
CMYK
RGB Variations
Color information
#4AEC74 (or 0x4AEC74) is known color: Emerald. HEX triplet: 4A, EC and 74. RGB value is (74,236,116). Sum of RGB (Red+Green+Blue) = 74+236+116=426 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.37% from 426); Green value is 236 (92.58% from 255 or 55.40% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AEC74 is #B5138B. Grayscale: #AEAEAE. Windows color (decimal): -11867020 or 7662666. OLE color: 7662666.
HSL color Cylindrical-coordinate representation of color #4AEC74: hue angle of 135.56º 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 #4AEC74 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 116 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.07 |
| HSL | 135.56º | 0.81% | 0.61% | - |
| HSV(B) | 135.56º | 0.69% | 0.93% | - |
| XYZ | 35.97 | 62.71 | 26.73 | - |
| YUV | 173.88 | 95.33 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 116 | 0.69 | 0 | 0.51 | 0.07 | 135.56 | 0.81 | 0.61 |
| Hex | 4A | EC | 74 | 45 | 0 | 33 | 7 | 88 | 51 | 3D |
| Octal | 112 | 354 | 164 | 105 | 0 | 63 | 7 | 210 | 121 | 75 |
| Binary | 1001010 | 11101100 | 1110100 | 1000101 | 0 | 110011 | 111 | 10001000 | 1010001 | 111101 |
Color Harmonies of #4AEC74
Complementary color
Monochromatic Colors of #4AEC74
Black with #4AEC74
Text Example
Text Example
White with #4AEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEC74; }
p { color: rgb(74,236,116); }
H1.HeaderClassName
{
color: #4AEC74;
}
.AnyTagClassName
{
color: #4AEC74;
}
</style>
background-color css
<style>
a { background-color: #4AEC74; }
a { background-color: rgb(74,236,116); }
div.DivClassName
{
background-color: #4AEC74;
}
.BgClassName
{
background-color: #4AEC74;
}
</style>
border-color css
<style>
span { border-color: #4AEC74; }
span { border-color: rgb(74,236,116); }
td.TdClassName
{
border-color: #4AEC74;
}
.TagClassName
{
border-color: #4AEC74;
}
</style>