Shades of Emerald #4BCC80
Tints of Emerald #4BCC80
RGB
CMYK
RGB Variations
Color information
#4BCC80 (or 0x4BCC80) is known color: Emerald. HEX triplet: 4B, CC and 80. RGB value is (75,204,128). Sum of RGB (Red+Green+Blue) = 75+204+128=407 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.43% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCC80 is #B4337F. Grayscale: #9C9C9C. Windows color (decimal): -11809664 or 8440907. OLE color: 8440907.
HSL color Cylindrical-coordinate representation of color #4BCC80: hue angle of 144.65º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCC80 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 204 | 128 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.2 |
| HSL | 144.65º | 0.56% | 0.55% | - |
| HSV(B) | 144.65º | 0.63% | 0.8% | - |
| XYZ | 28.39 | 46.24 | 27.85 | - |
| YUV | 156.77 | 111.76 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 128 | 0.63 | 0 | 0.37 | 0.2 | 144.65 | 0.56 | 0.55 |
| Hex | 4B | CC | 80 | 3F | 0 | 25 | 14 | 91 | 38 | 37 |
| Octal | 113 | 314 | 200 | 77 | 0 | 45 | 24 | 221 | 70 | 67 |
| Binary | 1001011 | 11001100 | 10000000 | 111111 | 0 | 100101 | 10100 | 10010001 | 111000 | 110111 |
Color Harmonies of #4BCC80
Complementary color
Monochromatic Colors of #4BCC80
Black with #4BCC80
Text Example
Text Example
White with #4BCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCC80; }
p { color: rgb(75,204,128); }
H1.HeaderClassName
{
color: #4BCC80;
}
.AnyTagClassName
{
color: #4BCC80;
}
</style>
background-color css
<style>
a { background-color: #4BCC80; }
a { background-color: rgb(75,204,128); }
div.DivClassName
{
background-color: #4BCC80;
}
.BgClassName
{
background-color: #4BCC80;
}
</style>
border-color css
<style>
span { border-color: #4BCC80; }
span { border-color: rgb(75,204,128); }
td.TdClassName
{
border-color: #4BCC80;
}
.TagClassName
{
border-color: #4BCC80;
}
</style>