Shades of Emerald #4AF485
Tints of Emerald #4AF485
RGB
CMYK
RGB Variations
Color information
#4AF485 (or 0x4AF485) is known color: Emerald. HEX triplet: 4A, F4 and 85. RGB value is (74,244,133). Sum of RGB (Red+Green+Blue) = 74+244+133=451 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.41% from 451); Green value is 244 (95.70% from 255 or 54.10% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF485 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF485 is #B50B7A. Grayscale: #B4B4B4. Windows color (decimal): -11864955 or 8778826. OLE color: 8778826.
HSL color Cylindrical-coordinate representation of color #4AF485: hue angle of 140.82º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF485 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 133 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.04 |
| HSL | 140.82º | 0.89% | 0.62% | - |
| HSV(B) | 140.82º | 0.7% | 0.96% | - |
| XYZ | 39.41 | 67.85 | 33.21 | - |
| YUV | 180.52 | 101.18 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 133 | 0.70 | 0 | 0.45 | 0.04 | 140.82 | 0.89 | 0.62 |
| Hex | 4A | F4 | 85 | 46 | 0 | 2D | 4 | 8D | 59 | 3E |
| Octal | 112 | 364 | 205 | 106 | 0 | 55 | 4 | 215 | 131 | 76 |
| Binary | 1001010 | 11110100 | 10000101 | 1000110 | 0 | 101101 | 100 | 10001101 | 1011001 | 111110 |
Color Harmonies of #4AF485
Complementary color
Monochromatic Colors of #4AF485
Black with #4AF485
Text Example
Text Example
White with #4AF485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF485; }
p { color: rgb(74,244,133); }
H1.HeaderClassName
{
color: #4AF485;
}
.AnyTagClassName
{
color: #4AF485;
}
</style>
background-color css
<style>
a { background-color: #4AF485; }
a { background-color: rgb(74,244,133); }
div.DivClassName
{
background-color: #4AF485;
}
.BgClassName
{
background-color: #4AF485;
}
</style>
border-color css
<style>
span { border-color: #4AF485; }
span { border-color: rgb(74,244,133); }
td.TdClassName
{
border-color: #4AF485;
}
.TagClassName
{
border-color: #4AF485;
}
</style>