Shades of Emerald #4AF080
Tints of Emerald #4AF080
RGB
CMYK
RGB Variations
Color information
#4AF080 (or 0x4AF080) is known color: Emerald. HEX triplet: 4A, F0 and 80. RGB value is (74,240,128). Sum of RGB (Red+Green+Blue) = 74+240+128=442 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.74% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF080 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF080 is #B50F7F. Grayscale: #B1B1B1. Windows color (decimal): -11865984 or 8450122. OLE color: 8450122.
HSL color Cylindrical-coordinate representation of color #4AF080: hue angle of 139.52º 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 #4AF080 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 128 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.06 |
| HSL | 139.52º | 0.85% | 0.62% | - |
| HSV(B) | 139.52º | 0.69% | 0.94% | - |
| XYZ | 37.88 | 65.33 | 31.04 | - |
| YUV | 177.6 | 100 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 128 | 0.69 | 0 | 0.47 | 0.06 | 139.52 | 0.85 | 0.62 |
| Hex | 4A | F0 | 80 | 45 | 0 | 2F | 6 | 8C | 55 | 3E |
| Octal | 112 | 360 | 200 | 105 | 0 | 57 | 6 | 214 | 125 | 76 |
| Binary | 1001010 | 11110000 | 10000000 | 1000101 | 0 | 101111 | 110 | 10001100 | 1010101 | 111110 |
Color Harmonies of #4AF080
Complementary color
Monochromatic Colors of #4AF080
Black with #4AF080
Text Example
Text Example
White with #4AF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF080; }
p { color: rgb(74,240,128); }
H1.HeaderClassName
{
color: #4AF080;
}
.AnyTagClassName
{
color: #4AF080;
}
</style>
background-color css
<style>
a { background-color: #4AF080; }
a { background-color: rgb(74,240,128); }
div.DivClassName
{
background-color: #4AF080;
}
.BgClassName
{
background-color: #4AF080;
}
</style>
border-color css
<style>
span { border-color: #4AF080; }
span { border-color: rgb(74,240,128); }
td.TdClassName
{
border-color: #4AF080;
}
.TagClassName
{
border-color: #4AF080;
}
</style>