Shades of Emerald #4AF48D
Tints of Emerald #4AF48D
RGB
CMYK
RGB Variations
Color information
#4AF48D (or 0x4AF48D) is known color: Emerald. HEX triplet: 4A, F4 and 8D. RGB value is (74,244,141). Sum of RGB (Red+Green+Blue) = 74+244+141=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 244 (95.70% from 255 or 53.16% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF48D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF48D is #B50B72. Grayscale: #B5B5B5. Windows color (decimal): -11864947 or 9303114. OLE color: 9303114.
HSL color Cylindrical-coordinate representation of color #4AF48D: hue angle of 143.65º 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 #4AF48D is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 141 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.04 |
| HSL | 143.65º | 0.89% | 0.62% | - |
| HSV(B) | 143.65º | 0.7% | 0.96% | - |
| XYZ | 39.98 | 68.08 | 36.23 | - |
| YUV | 181.43 | 105.18 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 141 | 0.70 | 0 | 0.42 | 0.04 | 143.65 | 0.89 | 0.62 |
| Hex | 4A | F4 | 8D | 46 | 0 | 2A | 4 | 90 | 59 | 3E |
| Octal | 112 | 364 | 215 | 106 | 0 | 52 | 4 | 220 | 131 | 76 |
| Binary | 1001010 | 11110100 | 10001101 | 1000110 | 0 | 101010 | 100 | 10010000 | 1011001 | 111110 |
Color Harmonies of #4AF48D
Complementary color
Monochromatic Colors of #4AF48D
Black with #4AF48D
Text Example
Text Example
White with #4AF48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF48D; }
p { color: rgb(74,244,141); }
H1.HeaderClassName
{
color: #4AF48D;
}
.AnyTagClassName
{
color: #4AF48D;
}
</style>
background-color css
<style>
a { background-color: #4AF48D; }
a { background-color: rgb(74,244,141); }
div.DivClassName
{
background-color: #4AF48D;
}
.BgClassName
{
background-color: #4AF48D;
}
</style>
border-color css
<style>
span { border-color: #4AF48D; }
span { border-color: rgb(74,244,141); }
td.TdClassName
{
border-color: #4AF48D;
}
.TagClassName
{
border-color: #4AF48D;
}
</style>