Shades of Emerald #4AF075
Tints of Emerald #4AF075
RGB
CMYK
RGB Variations
Color information
#4AF075 (or 0x4AF075) is known color: Emerald. HEX triplet: 4A, F0 and 75. RGB value is (74,240,117). Sum of RGB (Red+Green+Blue) = 74+240+117=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF075 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF075 is #B50F8A. Grayscale: #B0B0B0. Windows color (decimal): -11865995 or 7729226. OLE color: 7729226.
HSL color Cylindrical-coordinate representation of color #4AF075: hue angle of 135.54º 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 #4AF075 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 117 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.06 |
| HSL | 135.54º | 0.85% | 0.62% | - |
| HSV(B) | 135.54º | 0.69% | 0.94% | - |
| XYZ | 37.2 | 65.06 | 27.43 | - |
| YUV | 176.34 | 94.5 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 117 | 0.69 | 0 | 0.51 | 0.06 | 135.54 | 0.85 | 0.62 |
| Hex | 4A | F0 | 75 | 45 | 0 | 33 | 6 | 88 | 55 | 3E |
| Octal | 112 | 360 | 165 | 105 | 0 | 63 | 6 | 210 | 125 | 76 |
| Binary | 1001010 | 11110000 | 1110101 | 1000101 | 0 | 110011 | 110 | 10001000 | 1010101 | 111110 |
Color Harmonies of #4AF075
Complementary color
Monochromatic Colors of #4AF075
Black with #4AF075
Text Example
Text Example
White with #4AF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF075; }
p { color: rgb(74,240,117); }
H1.HeaderClassName
{
color: #4AF075;
}
.AnyTagClassName
{
color: #4AF075;
}
</style>
background-color css
<style>
a { background-color: #4AF075; }
a { background-color: rgb(74,240,117); }
div.DivClassName
{
background-color: #4AF075;
}
.BgClassName
{
background-color: #4AF075;
}
</style>
border-color css
<style>
span { border-color: #4AF075; }
span { border-color: rgb(74,240,117); }
td.TdClassName
{
border-color: #4AF075;
}
.TagClassName
{
border-color: #4AF075;
}
</style>