Shades of Emerald #4ADE6C
Tints of Emerald #4ADE6C
RGB
CMYK
RGB Variations
Color information
#4ADE6C (or 0x4ADE6C) is known color: Emerald. HEX triplet: 4A, DE and 6C. RGB value is (74,222,108). Sum of RGB (Red+Green+Blue) = 74+222+108=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 222 (87.11% from 255 or 54.95% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADE6C is #B52193. Grayscale: #A5A5A5. Windows color (decimal): -11870612 or 7134794. OLE color: 7134794.
HSL color Cylindrical-coordinate representation of color #4ADE6C: hue angle of 133.78º 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 #4ADE6C is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 108 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.13 |
| HSL | 133.78º | 0.69% | 0.58% | - |
| HSV(B) | 133.78º | 0.67% | 0.87% | - |
| XYZ | 31.65 | 54.78 | 23.09 | - |
| YUV | 164.75 | 95.97 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 108 | 0.67 | 0 | 0.51 | 0.13 | 133.78 | 0.69 | 0.58 |
| Hex | 4A | DE | 6C | 43 | 0 | 33 | D | 86 | 45 | 3A |
| Octal | 112 | 336 | 154 | 103 | 0 | 63 | 15 | 206 | 105 | 72 |
| Binary | 1001010 | 11011110 | 1101100 | 1000011 | 0 | 110011 | 1101 | 10000110 | 1000101 | 111010 |
Color Harmonies of #4ADE6C
Complementary color
Monochromatic Colors of #4ADE6C
Black with #4ADE6C
Text Example
Text Example
White with #4ADE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE6C; }
p { color: rgb(74,222,108); }
H1.HeaderClassName
{
color: #4ADE6C;
}
.AnyTagClassName
{
color: #4ADE6C;
}
</style>
background-color css
<style>
a { background-color: #4ADE6C; }
a { background-color: rgb(74,222,108); }
div.DivClassName
{
background-color: #4ADE6C;
}
.BgClassName
{
background-color: #4ADE6C;
}
</style>
border-color css
<style>
span { border-color: #4ADE6C; }
span { border-color: rgb(74,222,108); }
td.TdClassName
{
border-color: #4ADE6C;
}
.TagClassName
{
border-color: #4ADE6C;
}
</style>