Shades of Emerald #4AE672
Tints of Emerald #4AE672
RGB
CMYK
RGB Variations
Color information
#4AE672 (or 0x4AE672) is known color: Emerald. HEX triplet: 4A, E6 and 72. RGB value is (74,230,114). Sum of RGB (Red+Green+Blue) = 74+230+114=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 230 (90.23% from 255 or 55.02% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE672 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AE672 is #B5198D. Grayscale: #AAAAAA. Windows color (decimal): -11868558 or 7530058. OLE color: 7530058.
HSL color Cylindrical-coordinate representation of color #4AE672: hue angle of 135.38º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE672 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 230 | 114 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.10 |
| HSL | 135.38º | 0.76% | 0.6% | - |
| HSV(B) | 135.38º | 0.68% | 0.9% | - |
| XYZ | 34.16 | 59.26 | 25.56 | - |
| YUV | 170.13 | 96.32 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 230 | 114 | 0.68 | 0 | 0.50 | 0.10 | 135.38 | 0.76 | 0.6 |
| Hex | 4A | E6 | 72 | 44 | 0 | 32 | A | 87 | 4C | 3C |
| Octal | 112 | 346 | 162 | 104 | 0 | 62 | 12 | 207 | 114 | 74 |
| Binary | 1001010 | 11100110 | 1110010 | 1000100 | 0 | 110010 | 1010 | 10000111 | 1001100 | 111100 |
Color Harmonies of #4AE672
Complementary color
Monochromatic Colors of #4AE672
Black with #4AE672
Text Example
Text Example
White with #4AE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE672; }
p { color: rgb(74,230,114); }
H1.HeaderClassName
{
color: #4AE672;
}
.AnyTagClassName
{
color: #4AE672;
}
</style>
background-color css
<style>
a { background-color: #4AE672; }
a { background-color: rgb(74,230,114); }
div.DivClassName
{
background-color: #4AE672;
}
.BgClassName
{
background-color: #4AE672;
}
</style>
border-color css
<style>
span { border-color: #4AE672; }
span { border-color: rgb(74,230,114); }
td.TdClassName
{
border-color: #4AE672;
}
.TagClassName
{
border-color: #4AE672;
}
</style>