Shades of Emerald #4AE568
Tints of Emerald #4AE568
RGB
CMYK
RGB Variations
Color information
#4AE568 (or 0x4AE568) is known color: Emerald. HEX triplet: 4A, E5 and 68. RGB value is (74,229,104). Sum of RGB (Red+Green+Blue) = 74+229+104=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 229 (89.84% from 255 or 56.27% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE568 is #B51A97. Grayscale: #A8A8A8. Windows color (decimal): -11868824 or 6874442. OLE color: 6874442.
HSL color Cylindrical-coordinate representation of color #4AE568: hue angle of 131.61º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE568 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 229 | 104 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.10 |
| HSL | 131.61º | 0.75% | 0.59% | - |
| HSV(B) | 131.61º | 0.68% | 0.9% | - |
| XYZ | 33.34 | 58.49 | 22.63 | - |
| YUV | 168.41 | 91.65 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 229 | 104 | 0.68 | 0 | 0.55 | 0.10 | 131.61 | 0.75 | 0.59 |
| Hex | 4A | E5 | 68 | 44 | 0 | 37 | A | 84 | 4B | 3B |
| Octal | 112 | 345 | 150 | 104 | 0 | 67 | 12 | 204 | 113 | 73 |
| Binary | 1001010 | 11100101 | 1101000 | 1000100 | 0 | 110111 | 1010 | 10000100 | 1001011 | 111011 |
Color Harmonies of #4AE568
Complementary color
Monochromatic Colors of #4AE568
Black with #4AE568
Text Example
Text Example
White with #4AE568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE568; }
p { color: rgb(74,229,104); }
H1.HeaderClassName
{
color: #4AE568;
}
.AnyTagClassName
{
color: #4AE568;
}
</style>
background-color css
<style>
a { background-color: #4AE568; }
a { background-color: rgb(74,229,104); }
div.DivClassName
{
background-color: #4AE568;
}
.BgClassName
{
background-color: #4AE568;
}
</style>
border-color css
<style>
span { border-color: #4AE568; }
span { border-color: rgb(74,229,104); }
td.TdClassName
{
border-color: #4AE568;
}
.TagClassName
{
border-color: #4AE568;
}
</style>