Shades of Emerald #4CFB8D
Tints of Emerald #4CFB8D
RGB
CMYK
RGB Variations
Color information
#4CFB8D (or 0x4CFB8D) is known color: Emerald. HEX triplet: 4C, FB and 8D. RGB value is (76,251,141). Sum of RGB (Red+Green+Blue) = 76+251+141=468 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.24% from 468); Green value is 251 (98.44% from 255 or 53.63% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFB8D is #B30472. Grayscale: #BABABA. Windows color (decimal): -11732083 or 9304908. OLE color: 9304908.
HSL color Cylindrical-coordinate representation of color #4CFB8D: hue angle of 142.29º degrees, saturation: 0.96, 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 #4CFB8D is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 141 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.02 |
| HSL | 142.29º | 0.96% | 0.64% | - |
| HSV(B) | 142.29º | 0.7% | 0.98% | - |
| XYZ | 42.29 | 72.45 | 36.96 | - |
| YUV | 186.14 | 102.52 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 141 | 0.70 | 0 | 0.44 | 0.02 | 142.29 | 0.96 | 0.64 |
| Hex | 4C | FB | 8D | 46 | 0 | 2C | 2 | 8E | 60 | 40 |
| Octal | 114 | 373 | 215 | 106 | 0 | 54 | 2 | 216 | 140 | 100 |
| Binary | 1001100 | 11111011 | 10001101 | 1000110 | 0 | 101100 | 10 | 10001110 | 1100000 | 1000000 |
Color Harmonies of #4CFB8D
Complementary color
Monochromatic Colors of #4CFB8D
Black with #4CFB8D
Text Example
Text Example
White with #4CFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB8D; }
p { color: rgb(76,251,141); }
H1.HeaderClassName
{
color: #4CFB8D;
}
.AnyTagClassName
{
color: #4CFB8D;
}
</style>
background-color css
<style>
a { background-color: #4CFB8D; }
a { background-color: rgb(76,251,141); }
div.DivClassName
{
background-color: #4CFB8D;
}
.BgClassName
{
background-color: #4CFB8D;
}
</style>
border-color css
<style>
span { border-color: #4CFB8D; }
span { border-color: rgb(76,251,141); }
td.TdClassName
{
border-color: #4CFB8D;
}
.TagClassName
{
border-color: #4CFB8D;
}
</style>