Shades of Emerald #4AF98E
Tints of Emerald #4AF98E
RGB
CMYK
RGB Variations
Color information
#4AF98E (or 0x4AF98E) is known color: Emerald. HEX triplet: 4A, F9 and 8E. RGB value is (74,249,142). Sum of RGB (Red+Green+Blue) = 74+249+142=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF98E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF98E is #B50671. Grayscale: #B8B8B8. Windows color (decimal): -11863666 or 9369930. OLE color: 9369930.
HSL color Cylindrical-coordinate representation of color #4AF98E: hue angle of 143.31º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF98E is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 142 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.02 |
| HSL | 143.31º | 0.94% | 0.63% | - |
| HSV(B) | 143.31º | 0.7% | 0.98% | - |
| XYZ | 41.58 | 71.16 | 37.13 | - |
| YUV | 184.48 | 104.02 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 142 | 0.70 | 0 | 0.43 | 0.02 | 143.31 | 0.94 | 0.63 |
| Hex | 4A | F9 | 8E | 46 | 0 | 2B | 2 | 8F | 5E | 3F |
| Octal | 112 | 371 | 216 | 106 | 0 | 53 | 2 | 217 | 136 | 77 |
| Binary | 1001010 | 11111001 | 10001110 | 1000110 | 0 | 101011 | 10 | 10001111 | 1011110 | 111111 |
Color Harmonies of #4AF98E
Complementary color
Monochromatic Colors of #4AF98E
Black with #4AF98E
Text Example
Text Example
White with #4AF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF98E; }
p { color: rgb(74,249,142); }
H1.HeaderClassName
{
color: #4AF98E;
}
.AnyTagClassName
{
color: #4AF98E;
}
</style>
background-color css
<style>
a { background-color: #4AF98E; }
a { background-color: rgb(74,249,142); }
div.DivClassName
{
background-color: #4AF98E;
}
.BgClassName
{
background-color: #4AF98E;
}
</style>
border-color css
<style>
span { border-color: #4AF98E; }
span { border-color: rgb(74,249,142); }
td.TdClassName
{
border-color: #4AF98E;
}
.TagClassName
{
border-color: #4AF98E;
}
</style>