Shades of Emerald #4ADE63
Tints of Emerald #4ADE63
RGB
CMYK
RGB Variations
Color information
#4ADE63 (or 0x4ADE63) is known color: Emerald. HEX triplet: 4A, DE and 63. RGB value is (74,222,99). Sum of RGB (Red+Green+Blue) = 74+222+99=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 222 (87.11% from 255 or 56.20% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADE63 is #B5219C. Grayscale: #A4A4A4. Windows color (decimal): -11870621 or 6544970. OLE color: 6544970.
HSL color Cylindrical-coordinate representation of color #4ADE63: hue angle of 130.14º 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 #4ADE63 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 99 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.13 |
| HSL | 130.14º | 0.69% | 0.58% | - |
| HSV(B) | 130.14º | 0.67% | 0.87% | - |
| XYZ | 31.2 | 54.6 | 20.7 | - |
| YUV | 163.73 | 91.47 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 99 | 0.67 | 0 | 0.55 | 0.13 | 130.14 | 0.69 | 0.58 |
| Hex | 4A | DE | 63 | 43 | 0 | 37 | D | 82 | 45 | 3A |
| Octal | 112 | 336 | 143 | 103 | 0 | 67 | 15 | 202 | 105 | 72 |
| Binary | 1001010 | 11011110 | 1100011 | 1000011 | 0 | 110111 | 1101 | 10000010 | 1000101 | 111010 |
Color Harmonies of #4ADE63
Complementary color
Monochromatic Colors of #4ADE63
Black with #4ADE63
Text Example
Text Example
White with #4ADE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE63; }
p { color: rgb(74,222,99); }
H1.HeaderClassName
{
color: #4ADE63;
}
.AnyTagClassName
{
color: #4ADE63;
}
</style>
background-color css
<style>
a { background-color: #4ADE63; }
a { background-color: rgb(74,222,99); }
div.DivClassName
{
background-color: #4ADE63;
}
.BgClassName
{
background-color: #4ADE63;
}
</style>
border-color css
<style>
span { border-color: #4ADE63; }
span { border-color: rgb(74,222,99); }
td.TdClassName
{
border-color: #4ADE63;
}
.TagClassName
{
border-color: #4ADE63;
}
</style>