Shades of Emerald #4AF48C
Tints of Emerald #4AF48C
RGB
CMYK
RGB Variations
Color information
#4AF48C (or 0x4AF48C) is known color: Emerald. HEX triplet: 4A, F4 and 8C. RGB value is (74,244,140). Sum of RGB (Red+Green+Blue) = 74+244+140=458 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.16% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF48C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF48C is #B50B73. Grayscale: #B5B5B5. Windows color (decimal): -11864948 or 9237578. OLE color: 9237578.
HSL color Cylindrical-coordinate representation of color #4AF48C: hue angle of 143.29º 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 #4AF48C is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 140 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.04 |
| HSL | 143.29º | 0.89% | 0.62% | - |
| HSV(B) | 143.29º | 0.7% | 0.96% | - |
| XYZ | 39.91 | 68.05 | 35.84 | - |
| YUV | 181.31 | 104.68 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 140 | 0.70 | 0 | 0.43 | 0.04 | 143.29 | 0.89 | 0.62 |
| Hex | 4A | F4 | 8C | 46 | 0 | 2B | 4 | 8F | 59 | 3E |
| Octal | 112 | 364 | 214 | 106 | 0 | 53 | 4 | 217 | 131 | 76 |
| Binary | 1001010 | 11110100 | 10001100 | 1000110 | 0 | 101011 | 100 | 10001111 | 1011001 | 111110 |
Color Harmonies of #4AF48C
Complementary color
Monochromatic Colors of #4AF48C
Black with #4AF48C
Text Example
Text Example
White with #4AF48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF48C; }
p { color: rgb(74,244,140); }
H1.HeaderClassName
{
color: #4AF48C;
}
.AnyTagClassName
{
color: #4AF48C;
}
</style>
background-color css
<style>
a { background-color: #4AF48C; }
a { background-color: rgb(74,244,140); }
div.DivClassName
{
background-color: #4AF48C;
}
.BgClassName
{
background-color: #4AF48C;
}
</style>
border-color css
<style>
span { border-color: #4AF48C; }
span { border-color: rgb(74,244,140); }
td.TdClassName
{
border-color: #4AF48C;
}
.TagClassName
{
border-color: #4AF48C;
}
</style>