Shades of Emerald #4AD681
Tints of Emerald #4AD681
RGB
CMYK
RGB Variations
Color information
#4AD681 (or 0x4AD681) is known color: Emerald. HEX triplet: 4A, D6 and 81. RGB value is (74,214,129). Sum of RGB (Red+Green+Blue) = 74+214+129=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD681 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD681 is #B5297E. Grayscale: #A2A2A2. Windows color (decimal): -11872639 or 8509002. OLE color: 8509002.
HSL color Cylindrical-coordinate representation of color #4AD681: hue angle of 143.57º 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 #4AD681 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 129 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.16 |
| HSL | 143.57º | 0.63% | 0.56% | - |
| HSV(B) | 143.57º | 0.65% | 0.84% | - |
| XYZ | 30.83 | 51.13 | 29.01 | - |
| YUV | 162.45 | 109.12 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 129 | 0.65 | 0 | 0.40 | 0.16 | 143.57 | 0.63 | 0.56 |
| Hex | 4A | D6 | 81 | 41 | 0 | 28 | 10 | 90 | 3F | 38 |
| Octal | 112 | 326 | 201 | 101 | 0 | 50 | 20 | 220 | 77 | 70 |
| Binary | 1001010 | 11010110 | 10000001 | 1000001 | 0 | 101000 | 10000 | 10010000 | 111111 | 111000 |
Color Harmonies of #4AD681
Complementary color
Monochromatic Colors of #4AD681
Black with #4AD681
Text Example
Text Example
White with #4AD681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD681; }
p { color: rgb(74,214,129); }
H1.HeaderClassName
{
color: #4AD681;
}
.AnyTagClassName
{
color: #4AD681;
}
</style>
background-color css
<style>
a { background-color: #4AD681; }
a { background-color: rgb(74,214,129); }
div.DivClassName
{
background-color: #4AD681;
}
.BgClassName
{
background-color: #4AD681;
}
</style>
border-color css
<style>
span { border-color: #4AD681; }
span { border-color: rgb(74,214,129); }
td.TdClassName
{
border-color: #4AD681;
}
.TagClassName
{
border-color: #4AD681;
}
</style>