Shades of Emerald #4AFB8E
Tints of Emerald #4AFB8E
RGB
CMYK
RGB Variations
Color information
#4AFB8E (or 0x4AFB8E) is known color: Emerald. HEX triplet: 4A, FB and 8E. RGB value is (74,251,142). Sum of RGB (Red+Green+Blue) = 74+251+142=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 251 (98.44% from 255 or 53.75% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFB8E is #B50471. Grayscale: #B9B9B9. Windows color (decimal): -11863154 or 9370442. OLE color: 9370442.
HSL color Cylindrical-coordinate representation of color #4AFB8E: hue angle of 143.05º 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 #4AFB8E is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 142 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.02 |
| HSL | 143.05º | 0.96% | 0.64% | - |
| HSV(B) | 143.05º | 0.71% | 0.98% | - |
| XYZ | 42.2 | 72.4 | 37.34 | - |
| YUV | 185.65 | 103.36 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 142 | 0.71 | 0 | 0.43 | 0.02 | 143.05 | 0.96 | 0.64 |
| Hex | 4A | FB | 8E | 47 | 0 | 2B | 2 | 8F | 60 | 40 |
| Octal | 112 | 373 | 216 | 107 | 0 | 53 | 2 | 217 | 140 | 100 |
| Binary | 1001010 | 11111011 | 10001110 | 1000111 | 0 | 101011 | 10 | 10001111 | 1100000 | 1000000 |
Color Harmonies of #4AFB8E
Complementary color
Monochromatic Colors of #4AFB8E
Black with #4AFB8E
Text Example
Text Example
White with #4AFB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB8E; }
p { color: rgb(74,251,142); }
H1.HeaderClassName
{
color: #4AFB8E;
}
.AnyTagClassName
{
color: #4AFB8E;
}
</style>
background-color css
<style>
a { background-color: #4AFB8E; }
a { background-color: rgb(74,251,142); }
div.DivClassName
{
background-color: #4AFB8E;
}
.BgClassName
{
background-color: #4AFB8E;
}
</style>
border-color css
<style>
span { border-color: #4AFB8E; }
span { border-color: rgb(74,251,142); }
td.TdClassName
{
border-color: #4AFB8E;
}
.TagClassName
{
border-color: #4AFB8E;
}
</style>