Shades of Emerald #4AF68C
Tints of Emerald #4AF68C
RGB
CMYK
RGB Variations
Color information
#4AF68C (or 0x4AF68C) is known color: Emerald. HEX triplet: 4A, F6 and 8C. RGB value is (74,246,140). Sum of RGB (Red+Green+Blue) = 74+246+140=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 246 (96.48% from 255 or 53.48% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF68C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF68C is #B50973. Grayscale: #B6B6B6. Windows color (decimal): -11864436 or 9238090. OLE color: 9238090.
HSL color Cylindrical-coordinate representation of color #4AF68C: hue angle of 143.02º 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 #4AF68C is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 140 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.04 |
| HSL | 143.02º | 0.91% | 0.63% | - |
| HSV(B) | 143.02º | 0.7% | 0.96% | - |
| XYZ | 40.51 | 69.26 | 36.04 | - |
| YUV | 182.49 | 104.02 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 140 | 0.70 | 0 | 0.43 | 0.04 | 143.02 | 0.91 | 0.63 |
| Hex | 4A | F6 | 8C | 46 | 0 | 2B | 4 | 8F | 5B | 3F |
| Octal | 112 | 366 | 214 | 106 | 0 | 53 | 4 | 217 | 133 | 77 |
| Binary | 1001010 | 11110110 | 10001100 | 1000110 | 0 | 101011 | 100 | 10001111 | 1011011 | 111111 |
Color Harmonies of #4AF68C
Complementary color
Monochromatic Colors of #4AF68C
Black with #4AF68C
Text Example
Text Example
White with #4AF68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF68C; }
p { color: rgb(74,246,140); }
H1.HeaderClassName
{
color: #4AF68C;
}
.AnyTagClassName
{
color: #4AF68C;
}
</style>
background-color css
<style>
a { background-color: #4AF68C; }
a { background-color: rgb(74,246,140); }
div.DivClassName
{
background-color: #4AF68C;
}
.BgClassName
{
background-color: #4AF68C;
}
</style>
border-color css
<style>
span { border-color: #4AF68C; }
span { border-color: rgb(74,246,140); }
td.TdClassName
{
border-color: #4AF68C;
}
.TagClassName
{
border-color: #4AF68C;
}
</style>