Shades of Emerald #4ADE60
Tints of Emerald #4ADE60
RGB
CMYK
RGB Variations
Color information
#4ADE60 (or 0x4ADE60) is known color: Emerald. HEX triplet: 4A, DE and 60. RGB value is (74,222,96). Sum of RGB (Red+Green+Blue) = 74+222+96=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 222 (87.11% from 255 or 56.63% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADE60 is #B5219F. Grayscale: #A3A3A3. Windows color (decimal): -11870624 or 6348362. OLE color: 6348362.
HSL color Cylindrical-coordinate representation of color #4ADE60: hue angle of 128.92º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADE60 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 96 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.13 |
| HSL | 128.92º | 0.69% | 0.58% | - |
| HSV(B) | 128.92º | 0.67% | 0.87% | - |
| XYZ | 31.06 | 54.54 | 19.96 | - |
| YUV | 163.38 | 89.97 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 96 | 0.67 | 0 | 0.57 | 0.13 | 128.92 | 0.69 | 0.58 |
| Hex | 4A | DE | 60 | 43 | 0 | 39 | D | 81 | 45 | 3A |
| Octal | 112 | 336 | 140 | 103 | 0 | 71 | 15 | 201 | 105 | 72 |
| Binary | 1001010 | 11011110 | 1100000 | 1000011 | 0 | 111001 | 1101 | 10000001 | 1000101 | 111010 |
Color Harmonies of #4ADE60
Complementary color
Monochromatic Colors of #4ADE60
Black with #4ADE60
Text Example
Text Example
White with #4ADE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE60; }
p { color: rgb(74,222,96); }
H1.HeaderClassName
{
color: #4ADE60;
}
.AnyTagClassName
{
color: #4ADE60;
}
</style>
background-color css
<style>
a { background-color: #4ADE60; }
a { background-color: rgb(74,222,96); }
div.DivClassName
{
background-color: #4ADE60;
}
.BgClassName
{
background-color: #4ADE60;
}
</style>
border-color css
<style>
span { border-color: #4ADE60; }
span { border-color: rgb(74,222,96); }
td.TdClassName
{
border-color: #4ADE60;
}
.TagClassName
{
border-color: #4ADE60;
}
</style>