Shades of Emerald #4AF681
Tints of Emerald #4AF681
RGB
CMYK
RGB Variations
Color information
#4AF681 (or 0x4AF681) is known color: Emerald. HEX triplet: 4A, F6 and 81. RGB value is (74,246,129). Sum of RGB (Red+Green+Blue) = 74+246+129=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF681 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF681 is #B5097E. Grayscale: #B5B5B5. Windows color (decimal): -11864447 or 8517194. OLE color: 8517194.
HSL color Cylindrical-coordinate representation of color #4AF681: hue angle of 139.19º 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 #4AF681 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 129 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.04 |
| HSL | 139.19º | 0.91% | 0.63% | - |
| HSV(B) | 139.19º | 0.7% | 0.96% | - |
| XYZ | 39.74 | 68.95 | 31.98 | - |
| YUV | 181.23 | 98.52 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 129 | 0.70 | 0 | 0.48 | 0.04 | 139.19 | 0.91 | 0.63 |
| Hex | 4A | F6 | 81 | 46 | 0 | 30 | 4 | 8B | 5B | 3F |
| Octal | 112 | 366 | 201 | 106 | 0 | 60 | 4 | 213 | 133 | 77 |
| Binary | 1001010 | 11110110 | 10000001 | 1000110 | 0 | 110000 | 100 | 10001011 | 1011011 | 111111 |
Color Harmonies of #4AF681
Complementary color
Monochromatic Colors of #4AF681
Black with #4AF681
Text Example
Text Example
White with #4AF681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF681; }
p { color: rgb(74,246,129); }
H1.HeaderClassName
{
color: #4AF681;
}
.AnyTagClassName
{
color: #4AF681;
}
</style>
background-color css
<style>
a { background-color: #4AF681; }
a { background-color: rgb(74,246,129); }
div.DivClassName
{
background-color: #4AF681;
}
.BgClassName
{
background-color: #4AF681;
}
</style>
border-color css
<style>
span { border-color: #4AF681; }
span { border-color: rgb(74,246,129); }
td.TdClassName
{
border-color: #4AF681;
}
.TagClassName
{
border-color: #4AF681;
}
</style>