Shades of Emerald #4ADA58
Tints of Emerald #4ADA58
RGB
CMYK
RGB Variations
Color information
#4ADA58 (or 0x4ADA58) is known color: Emerald. HEX triplet: 4A, DA and 58. RGB value is (74,218,88). Sum of RGB (Red+Green+Blue) = 74+218+88=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA58 is #B525A7. Grayscale: #A0A0A0. Windows color (decimal): -11871656 or 5823050. OLE color: 5823050.
HSL color Cylindrical-coordinate representation of color #4ADA58: hue angle of 125.83º degrees, saturation: 0.66, 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 #4ADA58 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 88 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.15 |
| HSL | 125.83º | 0.66% | 0.57% | - |
| HSV(B) | 125.83º | 0.66% | 0.85% | - |
| XYZ | 29.66 | 52.3 | 17.76 | - |
| YUV | 160.12 | 87.29 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 88 | 0.66 | 0 | 0.60 | 0.15 | 125.83 | 0.66 | 0.57 |
| Hex | 4A | DA | 58 | 42 | 0 | 3C | F | 7E | 42 | 39 |
| Octal | 112 | 332 | 130 | 102 | 0 | 74 | 17 | 176 | 102 | 71 |
| Binary | 1001010 | 11011010 | 1011000 | 1000010 | 0 | 111100 | 1111 | 1111110 | 1000010 | 111001 |
Color Harmonies of #4ADA58
Complementary color
Monochromatic Colors of #4ADA58
Black with #4ADA58
Text Example
Text Example
White with #4ADA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA58; }
p { color: rgb(74,218,88); }
H1.HeaderClassName
{
color: #4ADA58;
}
.AnyTagClassName
{
color: #4ADA58;
}
</style>
background-color css
<style>
a { background-color: #4ADA58; }
a { background-color: rgb(74,218,88); }
div.DivClassName
{
background-color: #4ADA58;
}
.BgClassName
{
background-color: #4ADA58;
}
</style>
border-color css
<style>
span { border-color: #4ADA58; }
span { border-color: rgb(74,218,88); }
td.TdClassName
{
border-color: #4ADA58;
}
.TagClassName
{
border-color: #4ADA58;
}
</style>