Shades of Emerald #48CC80
Tints of Emerald #48CC80
RGB
CMYK
RGB Variations
Color information
#48CC80 (or 0x48CC80) is known color: Emerald. HEX triplet: 48, CC and 80. RGB value is (72,204,128). Sum of RGB (Red+Green+Blue) = 72+204+128=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CC80 is #B7337F. Grayscale: #9C9C9C. Windows color (decimal): -12006272 or 8440904. OLE color: 8440904.
HSL color Cylindrical-coordinate representation of color #48CC80: hue angle of 145.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CC80 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 204 | 128 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.2 |
| HSL | 145.45º | 0.56% | 0.54% | - |
| HSV(B) | 145.45º | 0.65% | 0.8% | - |
| XYZ | 28.16 | 46.12 | 27.84 | - |
| YUV | 155.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 204 | 128 | 0.65 | 0 | 0.37 | 0.2 | 145.45 | 0.56 | 0.54 |
| Hex | 48 | CC | 80 | 41 | 0 | 25 | 14 | 91 | 38 | 36 |
| Octal | 110 | 314 | 200 | 101 | 0 | 45 | 24 | 221 | 70 | 66 |
| Binary | 1001000 | 11001100 | 10000000 | 1000001 | 0 | 100101 | 10100 | 10010001 | 111000 | 110110 |
Color Harmonies of #48CC80
Complementary color
Monochromatic Colors of #48CC80
Black with #48CC80
Text Example
Text Example
White with #48CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CC80; }
p { color: rgb(72,204,128); }
H1.HeaderClassName
{
color: #48CC80;
}
.AnyTagClassName
{
color: #48CC80;
}
</style>
background-color css
<style>
a { background-color: #48CC80; }
a { background-color: rgb(72,204,128); }
div.DivClassName
{
background-color: #48CC80;
}
.BgClassName
{
background-color: #48CC80;
}
</style>
border-color css
<style>
span { border-color: #48CC80; }
span { border-color: rgb(72,204,128); }
td.TdClassName
{
border-color: #48CC80;
}
.TagClassName
{
border-color: #48CC80;
}
</style>