Shades of Emerald #4ADE5F
Tints of Emerald #4ADE5F
RGB
CMYK
RGB Variations
Color information
#4ADE5F (or 0x4ADE5F) is known color: Emerald. HEX triplet: 4A, DE and 5F. RGB value is (74,222,95). Sum of RGB (Red+Green+Blue) = 74+222+95=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 222 (87.11% from 255 or 56.78% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADE5F is #B521A0. Grayscale: #A3A3A3. Windows color (decimal): -11870625 or 6282826. OLE color: 6282826.
HSL color Cylindrical-coordinate representation of color #4ADE5F: hue angle of 128.51º 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 #4ADE5F is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 95 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.13 |
| HSL | 128.51º | 0.69% | 0.58% | - |
| HSV(B) | 128.51º | 0.67% | 0.87% | - |
| XYZ | 31.01 | 54.52 | 19.72 | - |
| YUV | 163.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 95 | 0.67 | 0 | 0.57 | 0.13 | 128.51 | 0.69 | 0.58 |
| Hex | 4A | DE | 5F | 43 | 0 | 39 | D | 81 | 45 | 3A |
| Octal | 112 | 336 | 137 | 103 | 0 | 71 | 15 | 201 | 105 | 72 |
| Binary | 1001010 | 11011110 | 1011111 | 1000011 | 0 | 111001 | 1101 | 10000001 | 1000101 | 111010 |
Color Harmonies of #4ADE5F
Complementary color
Monochromatic Colors of #4ADE5F
Black with #4ADE5F
Text Example
Text Example
White with #4ADE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE5F; }
p { color: rgb(74,222,95); }
H1.HeaderClassName
{
color: #4ADE5F;
}
.AnyTagClassName
{
color: #4ADE5F;
}
</style>
background-color css
<style>
a { background-color: #4ADE5F; }
a { background-color: rgb(74,222,95); }
div.DivClassName
{
background-color: #4ADE5F;
}
.BgClassName
{
background-color: #4ADE5F;
}
</style>
border-color css
<style>
span { border-color: #4ADE5F; }
span { border-color: rgb(74,222,95); }
td.TdClassName
{
border-color: #4ADE5F;
}
.TagClassName
{
border-color: #4ADE5F;
}
</style>