Shades of Emerald #4AF078
Tints of Emerald #4AF078
RGB
CMYK
RGB Variations
Color information
#4AF078 (or 0x4AF078) is known color: Emerald. HEX triplet: 4A, F0 and 78. RGB value is (74,240,120). Sum of RGB (Red+Green+Blue) = 74+240+120=434 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.05% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF078 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF078 is #B50F87. Grayscale: #B0B0B0. Windows color (decimal): -11865992 or 7925834. OLE color: 7925834.
HSL color Cylindrical-coordinate representation of color #4AF078: hue angle of 136.63º 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 #4AF078 is Cyan = 0.69, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 120 | - |
| CMYK | 0.69 | 0 | 0.5 | 0.06 |
| HSL | 136.63º | 0.85% | 0.62% | - |
| HSV(B) | 136.63º | 0.69% | 0.94% | - |
| XYZ | 37.37 | 65.13 | 28.37 | - |
| YUV | 176.69 | 96 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 120 | 0.69 | 0 | 0.5 | 0.06 | 136.63 | 0.85 | 0.62 |
| Hex | 4A | F0 | 78 | 45 | 0 | 32 | 6 | 89 | 55 | 3E |
| Octal | 112 | 360 | 170 | 105 | 0 | 62 | 6 | 211 | 125 | 76 |
| Binary | 1001010 | 11110000 | 1111000 | 1000101 | 0 | 110010 | 110 | 10001001 | 1010101 | 111110 |
Color Harmonies of #4AF078
Complementary color
Monochromatic Colors of #4AF078
Black with #4AF078
Text Example
Text Example
White with #4AF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF078; }
p { color: rgb(74,240,120); }
H1.HeaderClassName
{
color: #4AF078;
}
.AnyTagClassName
{
color: #4AF078;
}
</style>
background-color css
<style>
a { background-color: #4AF078; }
a { background-color: rgb(74,240,120); }
div.DivClassName
{
background-color: #4AF078;
}
.BgClassName
{
background-color: #4AF078;
}
</style>
border-color css
<style>
span { border-color: #4AF078; }
span { border-color: rgb(74,240,120); }
td.TdClassName
{
border-color: #4AF078;
}
.TagClassName
{
border-color: #4AF078;
}
</style>