Shades of Emerald #4AD658
Tints of Emerald #4AD658
RGB
CMYK
RGB Variations
Color information
#4AD658 (or 0x4AD658) is known color: Emerald. HEX triplet: 4A, D6 and 58. RGB value is (74,214,88). Sum of RGB (Red+Green+Blue) = 74+214+88=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD658 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD658 is #B529A7. Grayscale: #9E9E9E. Windows color (decimal): -11872680 or 5822026. OLE color: 5822026.
HSL color Cylindrical-coordinate representation of color #4AD658: hue angle of 126º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD658 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 88 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.16 |
| HSL | 126º | 0.63% | 0.56% | - |
| HSV(B) | 126º | 0.65% | 0.84% | - |
| XYZ | 28.63 | 50.25 | 17.42 | - |
| YUV | 157.78 | 88.62 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 88 | 0.65 | 0 | 0.59 | 0.16 | 126 | 0.63 | 0.56 |
| Hex | 4A | D6 | 58 | 41 | 0 | 3B | 10 | 7E | 3F | 38 |
| Octal | 112 | 326 | 130 | 101 | 0 | 73 | 20 | 176 | 77 | 70 |
| Binary | 1001010 | 11010110 | 1011000 | 1000001 | 0 | 111011 | 10000 | 1111110 | 111111 | 111000 |
Color Harmonies of #4AD658
Complementary color
Monochromatic Colors of #4AD658
Black with #4AD658
Text Example
Text Example
White with #4AD658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD658; }
p { color: rgb(74,214,88); }
H1.HeaderClassName
{
color: #4AD658;
}
.AnyTagClassName
{
color: #4AD658;
}
</style>
background-color css
<style>
a { background-color: #4AD658; }
a { background-color: rgb(74,214,88); }
div.DivClassName
{
background-color: #4AD658;
}
.BgClassName
{
background-color: #4AD658;
}
</style>
border-color css
<style>
span { border-color: #4AD658; }
span { border-color: rgb(74,214,88); }
td.TdClassName
{
border-color: #4AD658;
}
.TagClassName
{
border-color: #4AD658;
}
</style>