Shades of Emerald #4AD858
Tints of Emerald #4AD858
RGB
CMYK
RGB Variations
Color information
#4AD858 (or 0x4AD858) is known color: Emerald. HEX triplet: 4A, D8 and 58. RGB value is (74,216,88). Sum of RGB (Red+Green+Blue) = 74+216+88=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD858 is #B527A7. Grayscale: #9F9F9F. Windows color (decimal): -11872168 or 5822538. OLE color: 5822538.
HSL color Cylindrical-coordinate representation of color #4AD858: hue angle of 125.92º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD858 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 88 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.15 |
| HSL | 125.92º | 0.65% | 0.57% | - |
| HSV(B) | 125.92º | 0.66% | 0.85% | - |
| XYZ | 29.14 | 51.27 | 17.59 | - |
| YUV | 158.95 | 87.96 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 88 | 0.66 | 0 | 0.59 | 0.15 | 125.92 | 0.65 | 0.57 |
| Hex | 4A | D8 | 58 | 42 | 0 | 3B | F | 7E | 41 | 39 |
| Octal | 112 | 330 | 130 | 102 | 0 | 73 | 17 | 176 | 101 | 71 |
| Binary | 1001010 | 11011000 | 1011000 | 1000010 | 0 | 111011 | 1111 | 1111110 | 1000001 | 111001 |
Color Harmonies of #4AD858
Complementary color
Monochromatic Colors of #4AD858
Black with #4AD858
Text Example
Text Example
White with #4AD858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD858; }
p { color: rgb(74,216,88); }
H1.HeaderClassName
{
color: #4AD858;
}
.AnyTagClassName
{
color: #4AD858;
}
</style>
background-color css
<style>
a { background-color: #4AD858; }
a { background-color: rgb(74,216,88); }
div.DivClassName
{
background-color: #4AD858;
}
.BgClassName
{
background-color: #4AD858;
}
</style>
border-color css
<style>
span { border-color: #4AD858; }
span { border-color: rgb(74,216,88); }
td.TdClassName
{
border-color: #4AD858;
}
.TagClassName
{
border-color: #4AD858;
}
</style>