Shades of Emerald #48CB80
Tints of Emerald #48CB80
RGB
CMYK
RGB Variations
Color information
#48CB80 (or 0x48CB80) is known color: Emerald. HEX triplet: 48, CB and 80. RGB value is (72,203,128). Sum of RGB (Red+Green+Blue) = 72+203+128=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CB80 is #B7347F. Grayscale: #9B9B9B. Windows color (decimal): -12006528 or 8440648. OLE color: 8440648.
HSL color Cylindrical-coordinate representation of color #48CB80: hue angle of 145.65º 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 #48CB80 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 203 | 128 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.20 |
| HSL | 145.65º | 0.56% | 0.54% | - |
| HSV(B) | 145.65º | 0.65% | 0.8% | - |
| XYZ | 27.92 | 45.65 | 27.76 | - |
| YUV | 155.28 | 112.6 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 203 | 128 | 0.65 | 0 | 0.37 | 0.20 | 145.65 | 0.56 | 0.54 |
| Hex | 48 | CB | 80 | 41 | 0 | 25 | 14 | 92 | 38 | 36 |
| Octal | 110 | 313 | 200 | 101 | 0 | 45 | 24 | 222 | 70 | 66 |
| Binary | 1001000 | 11001011 | 10000000 | 1000001 | 0 | 100101 | 10100 | 10010010 | 111000 | 110110 |
Color Harmonies of #48CB80
Complementary color
Monochromatic Colors of #48CB80
Black with #48CB80
Text Example
Text Example
White with #48CB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CB80; }
p { color: rgb(72,203,128); }
H1.HeaderClassName
{
color: #48CB80;
}
.AnyTagClassName
{
color: #48CB80;
}
</style>
background-color css
<style>
a { background-color: #48CB80; }
a { background-color: rgb(72,203,128); }
div.DivClassName
{
background-color: #48CB80;
}
.BgClassName
{
background-color: #48CB80;
}
</style>
border-color css
<style>
span { border-color: #48CB80; }
span { border-color: rgb(72,203,128); }
td.TdClassName
{
border-color: #48CB80;
}
.TagClassName
{
border-color: #48CB80;
}
</style>