Shades of Emerald #4BC880
Tints of Emerald #4BC880
RGB
CMYK
RGB Variations
Color information
#4BC880 (or 0x4BC880) is known color: Emerald. HEX triplet: 4B, C8 and 80. RGB value is (75,200,128). Sum of RGB (Red+Green+Blue) = 75+200+128=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC880 is #B4377F. Grayscale: #9A9A9A. Windows color (decimal): -11810688 or 8439883. OLE color: 8439883.
HSL color Cylindrical-coordinate representation of color #4BC880: hue angle of 145.44º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC880 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 128 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.22 |
| HSL | 145.44º | 0.53% | 0.54% | - |
| HSV(B) | 145.44º | 0.63% | 0.78% | - |
| XYZ | 27.45 | 44.36 | 27.54 | - |
| YUV | 154.42 | 113.09 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 128 | 0.62 | 0 | 0.36 | 0.22 | 145.44 | 0.53 | 0.54 |
| Hex | 4B | C8 | 80 | 3E | 0 | 24 | 16 | 91 | 35 | 36 |
| Octal | 113 | 310 | 200 | 76 | 0 | 44 | 26 | 221 | 65 | 66 |
| Binary | 1001011 | 11001000 | 10000000 | 111110 | 0 | 100100 | 10110 | 10010001 | 110101 | 110110 |
Color Harmonies of #4BC880
Complementary color
Monochromatic Colors of #4BC880
Black with #4BC880
Text Example
Text Example
White with #4BC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC880; }
p { color: rgb(75,200,128); }
H1.HeaderClassName
{
color: #4BC880;
}
.AnyTagClassName
{
color: #4BC880;
}
</style>
background-color css
<style>
a { background-color: #4BC880; }
a { background-color: rgb(75,200,128); }
div.DivClassName
{
background-color: #4BC880;
}
.BgClassName
{
background-color: #4BC880;
}
</style>
border-color css
<style>
span { border-color: #4BC880; }
span { border-color: rgb(75,200,128); }
td.TdClassName
{
border-color: #4BC880;
}
.TagClassName
{
border-color: #4BC880;
}
</style>