Shades of Emerald #4AF688
Tints of Emerald #4AF688
RGB
CMYK
RGB Variations
Color information
#4AF688 (or 0x4AF688) is known color: Emerald. HEX triplet: 4A, F6 and 88. RGB value is (74,246,136). Sum of RGB (Red+Green+Blue) = 74+246+136=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF688 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF688 is #B50977. Grayscale: #B6B6B6. Windows color (decimal): -11864440 or 8975946. OLE color: 8975946.
HSL color Cylindrical-coordinate representation of color #4AF688: hue angle of 141.63º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF688 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 136 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.04 |
| HSL | 141.63º | 0.91% | 0.63% | - |
| HSV(B) | 141.63º | 0.7% | 0.96% | - |
| XYZ | 40.22 | 69.14 | 34.52 | - |
| YUV | 182.03 | 102.02 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 136 | 0.70 | 0 | 0.45 | 0.04 | 141.63 | 0.91 | 0.63 |
| Hex | 4A | F6 | 88 | 46 | 0 | 2D | 4 | 8E | 5B | 3F |
| Octal | 112 | 366 | 210 | 106 | 0 | 55 | 4 | 216 | 133 | 77 |
| Binary | 1001010 | 11110110 | 10001000 | 1000110 | 0 | 101101 | 100 | 10001110 | 1011011 | 111111 |
Color Harmonies of #4AF688
Complementary color
Monochromatic Colors of #4AF688
Black with #4AF688
Text Example
Text Example
White with #4AF688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF688; }
p { color: rgb(74,246,136); }
H1.HeaderClassName
{
color: #4AF688;
}
.AnyTagClassName
{
color: #4AF688;
}
</style>
background-color css
<style>
a { background-color: #4AF688; }
a { background-color: rgb(74,246,136); }
div.DivClassName
{
background-color: #4AF688;
}
.BgClassName
{
background-color: #4AF688;
}
</style>
border-color css
<style>
span { border-color: #4AF688; }
span { border-color: rgb(74,246,136); }
td.TdClassName
{
border-color: #4AF688;
}
.TagClassName
{
border-color: #4AF688;
}
</style>