Shades of Emerald #4AF076
Tints of Emerald #4AF076
RGB
CMYK
RGB Variations
Color information
#4AF076 (or 0x4AF076) is known color: Emerald. HEX triplet: 4A, F0 and 76. RGB value is (74,240,118). Sum of RGB (Red+Green+Blue) = 74+240+118=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF076 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF076 is #B50F89. Grayscale: #B0B0B0. Windows color (decimal): -11865994 or 7794762. OLE color: 7794762.
HSL color Cylindrical-coordinate representation of color #4AF076: hue angle of 135.9º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF076 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 118 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.06 |
| HSL | 135.9º | 0.85% | 0.62% | - |
| HSV(B) | 135.9º | 0.69% | 0.94% | - |
| XYZ | 37.25 | 65.08 | 27.74 | - |
| YUV | 176.46 | 95 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 118 | 0.69 | 0 | 0.51 | 0.06 | 135.9 | 0.85 | 0.62 |
| Hex | 4A | F0 | 76 | 45 | 0 | 33 | 6 | 88 | 55 | 3E |
| Octal | 112 | 360 | 166 | 105 | 0 | 63 | 6 | 210 | 125 | 76 |
| Binary | 1001010 | 11110000 | 1110110 | 1000101 | 0 | 110011 | 110 | 10001000 | 1010101 | 111110 |
Color Harmonies of #4AF076
Complementary color
Monochromatic Colors of #4AF076
Black with #4AF076
Text Example
Text Example
White with #4AF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF076; }
p { color: rgb(74,240,118); }
H1.HeaderClassName
{
color: #4AF076;
}
.AnyTagClassName
{
color: #4AF076;
}
</style>
background-color css
<style>
a { background-color: #4AF076; }
a { background-color: rgb(74,240,118); }
div.DivClassName
{
background-color: #4AF076;
}
.BgClassName
{
background-color: #4AF076;
}
</style>
border-color css
<style>
span { border-color: #4AF076; }
span { border-color: rgb(74,240,118); }
td.TdClassName
{
border-color: #4AF076;
}
.TagClassName
{
border-color: #4AF076;
}
</style>