Shades of Emerald #4AF490
Tints of Emerald #4AF490
RGB
CMYK
RGB Variations
Color information
#4AF490 (or 0x4AF490) is known color: Emerald. HEX triplet: 4A, F4 and 90. RGB value is (74,244,144). Sum of RGB (Red+Green+Blue) = 74+244+144=462 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.02% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF490 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF490 is #B50B6F. Grayscale: #B5B5B5. Windows color (decimal): -11864944 or 9499722. OLE color: 9499722.
HSL color Cylindrical-coordinate representation of color #4AF490: hue angle of 144.71º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF490 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 144 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.04 |
| HSL | 144.71º | 0.89% | 0.62% | - |
| HSV(B) | 144.71º | 0.7% | 0.96% | - |
| XYZ | 40.21 | 68.17 | 37.42 | - |
| YUV | 181.77 | 106.68 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 144 | 0.70 | 0 | 0.41 | 0.04 | 144.71 | 0.89 | 0.62 |
| Hex | 4A | F4 | 90 | 46 | 0 | 29 | 4 | 91 | 59 | 3E |
| Octal | 112 | 364 | 220 | 106 | 0 | 51 | 4 | 221 | 131 | 76 |
| Binary | 1001010 | 11110100 | 10010000 | 1000110 | 0 | 101001 | 100 | 10010001 | 1011001 | 111110 |
Color Harmonies of #4AF490
Complementary color
Monochromatic Colors of #4AF490
Black with #4AF490
Text Example
Text Example
White with #4AF490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF490; }
p { color: rgb(74,244,144); }
H1.HeaderClassName
{
color: #4AF490;
}
.AnyTagClassName
{
color: #4AF490;
}
</style>
background-color css
<style>
a { background-color: #4AF490; }
a { background-color: rgb(74,244,144); }
div.DivClassName
{
background-color: #4AF490;
}
.BgClassName
{
background-color: #4AF490;
}
</style>
border-color css
<style>
span { border-color: #4AF490; }
span { border-color: rgb(74,244,144); }
td.TdClassName
{
border-color: #4AF490;
}
.TagClassName
{
border-color: #4AF490;
}
</style>