Shades of Emerald #4AE05C
Tints of Emerald #4AE05C
RGB
CMYK
RGB Variations
Color information
#4AE05C (or 0x4AE05C) is known color: Emerald. HEX triplet: 4A, E0 and 5C. RGB value is (74,224,92). Sum of RGB (Red+Green+Blue) = 74+224+92=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE05C is #B51FA3. Grayscale: #A4A4A4. Windows color (decimal): -11870116 or 6086730. OLE color: 6086730.
HSL color Cylindrical-coordinate representation of color #4AE05C: hue angle of 127.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE05C is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 92 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.12 |
| HSL | 127.2º | 0.71% | 0.58% | - |
| HSV(B) | 127.2º | 0.67% | 0.88% | - |
| XYZ | 31.41 | 55.54 | 19.19 | - |
| YUV | 164.1 | 87.31 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 92 | 0.67 | 0 | 0.59 | 0.12 | 127.2 | 0.71 | 0.58 |
| Hex | 4A | E0 | 5C | 43 | 0 | 3B | C | 7F | 47 | 3A |
| Octal | 112 | 340 | 134 | 103 | 0 | 73 | 14 | 177 | 107 | 72 |
| Binary | 1001010 | 11100000 | 1011100 | 1000011 | 0 | 111011 | 1100 | 1111111 | 1000111 | 111010 |
Color Harmonies of #4AE05C
Complementary color
Monochromatic Colors of #4AE05C
Black with #4AE05C
Text Example
Text Example
White with #4AE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE05C; }
p { color: rgb(74,224,92); }
H1.HeaderClassName
{
color: #4AE05C;
}
.AnyTagClassName
{
color: #4AE05C;
}
</style>
background-color css
<style>
a { background-color: #4AE05C; }
a { background-color: rgb(74,224,92); }
div.DivClassName
{
background-color: #4AE05C;
}
.BgClassName
{
background-color: #4AE05C;
}
</style>
border-color css
<style>
span { border-color: #4AE05C; }
span { border-color: rgb(74,224,92); }
td.TdClassName
{
border-color: #4AE05C;
}
.TagClassName
{
border-color: #4AE05C;
}
</style>