Shades of Emerald #4AFA8F
Tints of Emerald #4AFA8F
RGB
CMYK
RGB Variations
Color information
#4AFA8F (or 0x4AFA8F) is known color: Emerald. HEX triplet: 4A, FA and 8F. RGB value is (74,250,143). Sum of RGB (Red+Green+Blue) = 74+250+143=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFA8F is #B50570. Grayscale: #B9B9B9. Windows color (decimal): -11863409 or 9435722. OLE color: 9435722.
HSL color Cylindrical-coordinate representation of color #4AFA8F: hue angle of 143.52º 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 #4AFA8F is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 143 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.02 |
| HSL | 143.52º | 0.95% | 0.64% | - |
| HSV(B) | 143.52º | 0.7% | 0.98% | - |
| XYZ | 41.97 | 71.81 | 37.64 | - |
| YUV | 185.18 | 104.19 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 143 | 0.70 | 0 | 0.43 | 0.02 | 143.52 | 0.95 | 0.64 |
| Hex | 4A | FA | 8F | 46 | 0 | 2B | 2 | 90 | 5F | 40 |
| Octal | 112 | 372 | 217 | 106 | 0 | 53 | 2 | 220 | 137 | 100 |
| Binary | 1001010 | 11111010 | 10001111 | 1000110 | 0 | 101011 | 10 | 10010000 | 1011111 | 1000000 |
Color Harmonies of #4AFA8F
Complementary color
Monochromatic Colors of #4AFA8F
Black with #4AFA8F
Text Example
Text Example
White with #4AFA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFA8F; }
p { color: rgb(74,250,143); }
H1.HeaderClassName
{
color: #4AFA8F;
}
.AnyTagClassName
{
color: #4AFA8F;
}
</style>
background-color css
<style>
a { background-color: #4AFA8F; }
a { background-color: rgb(74,250,143); }
div.DivClassName
{
background-color: #4AFA8F;
}
.BgClassName
{
background-color: #4AFA8F;
}
</style>
border-color css
<style>
span { border-color: #4AFA8F; }
span { border-color: rgb(74,250,143); }
td.TdClassName
{
border-color: #4AFA8F;
}
.TagClassName
{
border-color: #4AFA8F;
}
</style>