Shades of Emerald #4AF884
Tints of Emerald #4AF884
RGB
CMYK
RGB Variations
Color information
#4AF884 (or 0x4AF884) is known color: Emerald. HEX triplet: 4A, F8 and 84. RGB value is (74,248,132). Sum of RGB (Red+Green+Blue) = 74+248+132=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 248 (97.27% from 255 or 54.63% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF884 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF884 is #B5077B. Grayscale: #B7B7B7. Windows color (decimal): -11863932 or 8714314. OLE color: 8714314.
HSL color Cylindrical-coordinate representation of color #4AF884: hue angle of 140º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF884 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 132 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.03 |
| HSL | 140º | 0.93% | 0.63% | - |
| HSV(B) | 140º | 0.7% | 0.97% | - |
| XYZ | 40.56 | 70.26 | 33.25 | - |
| YUV | 182.75 | 99.35 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 132 | 0.70 | 0 | 0.47 | 0.03 | 140 | 0.93 | 0.63 |
| Hex | 4A | F8 | 84 | 46 | 0 | 2F | 3 | 8C | 5D | 3F |
| Octal | 112 | 370 | 204 | 106 | 0 | 57 | 3 | 214 | 135 | 77 |
| Binary | 1001010 | 11111000 | 10000100 | 1000110 | 0 | 101111 | 11 | 10001100 | 1011101 | 111111 |
Color Harmonies of #4AF884
Complementary color
Monochromatic Colors of #4AF884
Black with #4AF884
Text Example
Text Example
White with #4AF884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF884; }
p { color: rgb(74,248,132); }
H1.HeaderClassName
{
color: #4AF884;
}
.AnyTagClassName
{
color: #4AF884;
}
</style>
background-color css
<style>
a { background-color: #4AF884; }
a { background-color: rgb(74,248,132); }
div.DivClassName
{
background-color: #4AF884;
}
.BgClassName
{
background-color: #4AF884;
}
</style>
border-color css
<style>
span { border-color: #4AF884; }
span { border-color: rgb(74,248,132); }
td.TdClassName
{
border-color: #4AF884;
}
.TagClassName
{
border-color: #4AF884;
}
</style>