Shades of Emerald #4AFA8D
Tints of Emerald #4AFA8D
RGB
CMYK
RGB Variations
Color information
#4AFA8D (or 0x4AFA8D) is known color: Emerald. HEX triplet: 4A, FA and 8D. RGB value is (74,250,141). Sum of RGB (Red+Green+Blue) = 74+250+141=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFA8D is #B50572. Grayscale: #B9B9B9. Windows color (decimal): -11863411 or 9304650. OLE color: 9304650.
HSL color Cylindrical-coordinate representation of color #4AFA8D: hue angle of 142.84º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFA8D is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 141 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.02 |
| HSL | 142.84º | 0.95% | 0.64% | - |
| HSV(B) | 142.84º | 0.7% | 0.98% | - |
| XYZ | 41.82 | 71.75 | 36.84 | - |
| YUV | 184.95 | 103.19 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 141 | 0.70 | 0 | 0.44 | 0.02 | 142.84 | 0.95 | 0.64 |
| Hex | 4A | FA | 8D | 46 | 0 | 2C | 2 | 8F | 5F | 40 |
| Octal | 112 | 372 | 215 | 106 | 0 | 54 | 2 | 217 | 137 | 100 |
| Binary | 1001010 | 11111010 | 10001101 | 1000110 | 0 | 101100 | 10 | 10001111 | 1011111 | 1000000 |
Color Harmonies of #4AFA8D
Complementary color
Monochromatic Colors of #4AFA8D
Black with #4AFA8D
Text Example
Text Example
White with #4AFA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFA8D; }
p { color: rgb(74,250,141); }
H1.HeaderClassName
{
color: #4AFA8D;
}
.AnyTagClassName
{
color: #4AFA8D;
}
</style>
background-color css
<style>
a { background-color: #4AFA8D; }
a { background-color: rgb(74,250,141); }
div.DivClassName
{
background-color: #4AFA8D;
}
.BgClassName
{
background-color: #4AFA8D;
}
</style>
border-color css
<style>
span { border-color: #4AFA8D; }
span { border-color: rgb(74,250,141); }
td.TdClassName
{
border-color: #4AFA8D;
}
.TagClassName
{
border-color: #4AFA8D;
}
</style>