Shades of Emerald #4CFA8A
Tints of Emerald #4CFA8A
RGB
CMYK
RGB Variations
Color information
#4CFA8A (or 0x4CFA8A) is known color: Emerald. HEX triplet: 4C, FA and 8A. RGB value is (76,250,138). Sum of RGB (Red+Green+Blue) = 76+250+138=464 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.38% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFA8A is #B30575. Grayscale: #B9B9B9. Windows color (decimal): -11732342 or 9108044. OLE color: 9108044.
HSL color Cylindrical-coordinate representation of color #4CFA8A: hue angle of 141.38º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFA8A is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 138 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.02 |
| HSL | 141.38º | 0.95% | 0.64% | - |
| HSV(B) | 141.38º | 0.7% | 0.98% | - |
| XYZ | 41.75 | 71.74 | 35.69 | - |
| YUV | 185.21 | 101.35 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 138 | 0.70 | 0 | 0.45 | 0.02 | 141.38 | 0.95 | 0.64 |
| Hex | 4C | FA | 8A | 46 | 0 | 2D | 2 | 8D | 5F | 40 |
| Octal | 114 | 372 | 212 | 106 | 0 | 55 | 2 | 215 | 137 | 100 |
| Binary | 1001100 | 11111010 | 10001010 | 1000110 | 0 | 101101 | 10 | 10001101 | 1011111 | 1000000 |
Color Harmonies of #4CFA8A
Complementary color
Monochromatic Colors of #4CFA8A
Black with #4CFA8A
Text Example
Text Example
White with #4CFA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFA8A; }
p { color: rgb(76,250,138); }
H1.HeaderClassName
{
color: #4CFA8A;
}
.AnyTagClassName
{
color: #4CFA8A;
}
</style>
background-color css
<style>
a { background-color: #4CFA8A; }
a { background-color: rgb(76,250,138); }
div.DivClassName
{
background-color: #4CFA8A;
}
.BgClassName
{
background-color: #4CFA8A;
}
</style>
border-color css
<style>
span { border-color: #4CFA8A; }
span { border-color: rgb(76,250,138); }
td.TdClassName
{
border-color: #4CFA8A;
}
.TagClassName
{
border-color: #4CFA8A;
}
</style>