Shades of Emerald #4CFB8B
Tints of Emerald #4CFB8B
RGB
CMYK
RGB Variations
Color information
#4CFB8B (or 0x4CFB8B) is known color: Emerald. HEX triplet: 4C, FB and 8B. RGB value is (76,251,139). Sum of RGB (Red+Green+Blue) = 76+251+139=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFB8B is #B30474. Grayscale: #BABABA. Windows color (decimal): -11732085 or 9173836. OLE color: 9173836.
HSL color Cylindrical-coordinate representation of color #4CFB8B: hue angle of 141.6º 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 #4CFB8B is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 139 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.02 |
| HSL | 141.6º | 0.96% | 0.64% | - |
| HSV(B) | 141.6º | 0.7% | 0.98% | - |
| XYZ | 42.14 | 72.39 | 36.18 | - |
| YUV | 185.91 | 101.52 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 139 | 0.70 | 0 | 0.45 | 0.02 | 141.6 | 0.96 | 0.64 |
| Hex | 4C | FB | 8B | 46 | 0 | 2D | 2 | 8E | 60 | 40 |
| Octal | 114 | 373 | 213 | 106 | 0 | 55 | 2 | 216 | 140 | 100 |
| Binary | 1001100 | 11111011 | 10001011 | 1000110 | 0 | 101101 | 10 | 10001110 | 1100000 | 1000000 |
Color Harmonies of #4CFB8B
Complementary color
Monochromatic Colors of #4CFB8B
Black with #4CFB8B
Text Example
Text Example
White with #4CFB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB8B; }
p { color: rgb(76,251,139); }
H1.HeaderClassName
{
color: #4CFB8B;
}
.AnyTagClassName
{
color: #4CFB8B;
}
</style>
background-color css
<style>
a { background-color: #4CFB8B; }
a { background-color: rgb(76,251,139); }
div.DivClassName
{
background-color: #4CFB8B;
}
.BgClassName
{
background-color: #4CFB8B;
}
</style>
border-color css
<style>
span { border-color: #4CFB8B; }
span { border-color: rgb(76,251,139); }
td.TdClassName
{
border-color: #4CFB8B;
}
.TagClassName
{
border-color: #4CFB8B;
}
</style>