Shades of Emerald #4AFB8C
Tints of Emerald #4AFB8C
RGB
CMYK
RGB Variations
Color information
#4AFB8C (or 0x4AFB8C) is known color: Emerald. HEX triplet: 4A, FB and 8C. RGB value is (74,251,140). Sum of RGB (Red+Green+Blue) = 74+251+140=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFB8C is #B50473. Grayscale: #B9B9B9. Windows color (decimal): -11863156 or 9239370. OLE color: 9239370.
HSL color Cylindrical-coordinate representation of color #4AFB8C: hue angle of 142.37º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFB8C is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 140 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.02 |
| HSL | 142.37º | 0.96% | 0.64% | - |
| HSV(B) | 142.37º | 0.71% | 0.98% | - |
| XYZ | 42.05 | 72.34 | 36.56 | - |
| YUV | 185.42 | 102.36 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 140 | 0.71 | 0 | 0.44 | 0.02 | 142.37 | 0.96 | 0.64 |
| Hex | 4A | FB | 8C | 47 | 0 | 2C | 2 | 8E | 60 | 40 |
| Octal | 112 | 373 | 214 | 107 | 0 | 54 | 2 | 216 | 140 | 100 |
| Binary | 1001010 | 11111011 | 10001100 | 1000111 | 0 | 101100 | 10 | 10001110 | 1100000 | 1000000 |
Color Harmonies of #4AFB8C
Complementary color
Monochromatic Colors of #4AFB8C
Black with #4AFB8C
Text Example
Text Example
White with #4AFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB8C; }
p { color: rgb(74,251,140); }
H1.HeaderClassName
{
color: #4AFB8C;
}
.AnyTagClassName
{
color: #4AFB8C;
}
</style>
background-color css
<style>
a { background-color: #4AFB8C; }
a { background-color: rgb(74,251,140); }
div.DivClassName
{
background-color: #4AFB8C;
}
.BgClassName
{
background-color: #4AFB8C;
}
</style>
border-color css
<style>
span { border-color: #4AFB8C; }
span { border-color: rgb(74,251,140); }
td.TdClassName
{
border-color: #4AFB8C;
}
.TagClassName
{
border-color: #4AFB8C;
}
</style>