Shades of Emerald #4AF68E
Tints of Emerald #4AF68E
RGB
CMYK
RGB Variations
Color information
#4AF68E (or 0x4AF68E) is known color: Emerald. HEX triplet: 4A, F6 and 8E. RGB value is (74,246,142). Sum of RGB (Red+Green+Blue) = 74+246+142=462 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.02% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF68E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF68E is #B50971. Grayscale: #B6B6B6. Windows color (decimal): -11864434 or 9369162. OLE color: 9369162.
HSL color Cylindrical-coordinate representation of color #4AF68E: hue angle of 143.72º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF68E is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 142 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.04 |
| HSL | 143.72º | 0.91% | 0.63% | - |
| HSV(B) | 143.72º | 0.7% | 0.96% | - |
| XYZ | 40.66 | 69.32 | 36.83 | - |
| YUV | 182.72 | 105.02 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 142 | 0.70 | 0 | 0.42 | 0.04 | 143.72 | 0.91 | 0.63 |
| Hex | 4A | F6 | 8E | 46 | 0 | 2A | 4 | 90 | 5B | 3F |
| Octal | 112 | 366 | 216 | 106 | 0 | 52 | 4 | 220 | 133 | 77 |
| Binary | 1001010 | 11110110 | 10001110 | 1000110 | 0 | 101010 | 100 | 10010000 | 1011011 | 111111 |
Color Harmonies of #4AF68E
Complementary color
Monochromatic Colors of #4AF68E
Black with #4AF68E
Text Example
Text Example
White with #4AF68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF68E; }
p { color: rgb(74,246,142); }
H1.HeaderClassName
{
color: #4AF68E;
}
.AnyTagClassName
{
color: #4AF68E;
}
</style>
background-color css
<style>
a { background-color: #4AF68E; }
a { background-color: rgb(74,246,142); }
div.DivClassName
{
background-color: #4AF68E;
}
.BgClassName
{
background-color: #4AF68E;
}
</style>
border-color css
<style>
span { border-color: #4AF68E; }
span { border-color: rgb(74,246,142); }
td.TdClassName
{
border-color: #4AF68E;
}
.TagClassName
{
border-color: #4AF68E;
}
</style>