Shades of Emerald #4AF07F
Tints of Emerald #4AF07F
RGB
CMYK
RGB Variations
Color information
#4AF07F (or 0x4AF07F) is known color: Emerald. HEX triplet: 4A, F0 and 7F. RGB value is (74,240,127). Sum of RGB (Red+Green+Blue) = 74+240+127=441 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.78% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF07F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF07F is #B50F80. Grayscale: #B1B1B1. Windows color (decimal): -11865985 or 8384586. OLE color: 8384586.
HSL color Cylindrical-coordinate representation of color #4AF07F: hue angle of 139.16º 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 #4AF07F is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 127 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.06 |
| HSL | 139.16º | 0.85% | 0.62% | - |
| HSV(B) | 139.16º | 0.69% | 0.94% | - |
| XYZ | 37.81 | 65.31 | 30.69 | - |
| YUV | 177.48 | 99.5 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 127 | 0.69 | 0 | 0.47 | 0.06 | 139.16 | 0.85 | 0.62 |
| Hex | 4A | F0 | 7F | 45 | 0 | 2F | 6 | 8B | 55 | 3E |
| Octal | 112 | 360 | 177 | 105 | 0 | 57 | 6 | 213 | 125 | 76 |
| Binary | 1001010 | 11110000 | 1111111 | 1000101 | 0 | 101111 | 110 | 10001011 | 1010101 | 111110 |
Color Harmonies of #4AF07F
Complementary color
Monochromatic Colors of #4AF07F
Black with #4AF07F
Text Example
Text Example
White with #4AF07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF07F; }
p { color: rgb(74,240,127); }
H1.HeaderClassName
{
color: #4AF07F;
}
.AnyTagClassName
{
color: #4AF07F;
}
</style>
background-color css
<style>
a { background-color: #4AF07F; }
a { background-color: rgb(74,240,127); }
div.DivClassName
{
background-color: #4AF07F;
}
.BgClassName
{
background-color: #4AF07F;
}
</style>
border-color css
<style>
span { border-color: #4AF07F; }
span { border-color: rgb(74,240,127); }
td.TdClassName
{
border-color: #4AF07F;
}
.TagClassName
{
border-color: #4AF07F;
}
</style>