Shades of Emerald #48CC81
Tints of Emerald #48CC81
RGB
CMYK
RGB Variations
Color information
#48CC81 (or 0x48CC81) is known color: Emerald. HEX triplet: 48, CC and 81. RGB value is (72,204,129). Sum of RGB (Red+Green+Blue) = 72+204+129=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CC81 is #B7337E. Grayscale: #9C9C9C. Windows color (decimal): -12006271 or 8506440. OLE color: 8506440.
HSL color Cylindrical-coordinate representation of color #48CC81: hue angle of 145.91º 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 #48CC81 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 204 | 129 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.2 |
| HSL | 145.91º | 0.56% | 0.54% | - |
| HSV(B) | 145.91º | 0.65% | 0.8% | - |
| XYZ | 28.23 | 46.15 | 28.19 | - |
| YUV | 155.98 | 112.77 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 204 | 129 | 0.65 | 0 | 0.37 | 0.2 | 145.91 | 0.56 | 0.54 |
| Hex | 48 | CC | 81 | 41 | 0 | 25 | 14 | 92 | 38 | 36 |
| Octal | 110 | 314 | 201 | 101 | 0 | 45 | 24 | 222 | 70 | 66 |
| Binary | 1001000 | 11001100 | 10000001 | 1000001 | 0 | 100101 | 10100 | 10010010 | 111000 | 110110 |
Color Harmonies of #48CC81
Complementary color
Monochromatic Colors of #48CC81
Black with #48CC81
Text Example
Text Example
White with #48CC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CC81; }
p { color: rgb(72,204,129); }
H1.HeaderClassName
{
color: #48CC81;
}
.AnyTagClassName
{
color: #48CC81;
}
</style>
background-color css
<style>
a { background-color: #48CC81; }
a { background-color: rgb(72,204,129); }
div.DivClassName
{
background-color: #48CC81;
}
.BgClassName
{
background-color: #48CC81;
}
</style>
border-color css
<style>
span { border-color: #48CC81; }
span { border-color: rgb(72,204,129); }
td.TdClassName
{
border-color: #48CC81;
}
.TagClassName
{
border-color: #48CC81;
}
</style>