Shades of Emerald #48E083
Tints of Emerald #48E083
RGB
CMYK
RGB Variations
Color information
#48E083 (or 0x48E083) is known color: Emerald. HEX triplet: 48, E0 and 83. RGB value is (72,224,131). Sum of RGB (Red+Green+Blue) = 72+224+131=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #48E083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E083 is #B71F7C. Grayscale: #A8A8A8. Windows color (decimal): -12001149 or 8642632. OLE color: 8642632.
HSL color Cylindrical-coordinate representation of color #48E083: hue angle of 143.29º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E083 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 224 | 131 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.12 |
| HSL | 143.29º | 0.71% | 0.58% | - |
| HSV(B) | 143.29º | 0.68% | 0.88% | - |
| XYZ | 33.42 | 56.33 | 30.58 | - |
| YUV | 167.95 | 107.14 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 224 | 131 | 0.68 | 0 | 0.42 | 0.12 | 143.29 | 0.71 | 0.58 |
| Hex | 48 | E0 | 83 | 44 | 0 | 2A | C | 8F | 47 | 3A |
| Octal | 110 | 340 | 203 | 104 | 0 | 52 | 14 | 217 | 107 | 72 |
| Binary | 1001000 | 11100000 | 10000011 | 1000100 | 0 | 101010 | 1100 | 10001111 | 1000111 | 111010 |
Color Harmonies of #48E083
Complementary color
Monochromatic Colors of #48E083
Black with #48E083
Text Example
Text Example
White with #48E083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E083; }
p { color: rgb(72,224,131); }
H1.HeaderClassName
{
color: #48E083;
}
.AnyTagClassName
{
color: #48E083;
}
</style>
background-color css
<style>
a { background-color: #48E083; }
a { background-color: rgb(72,224,131); }
div.DivClassName
{
background-color: #48E083;
}
.BgClassName
{
background-color: #48E083;
}
</style>
border-color css
<style>
span { border-color: #48E083; }
span { border-color: rgb(72,224,131); }
td.TdClassName
{
border-color: #48E083;
}
.TagClassName
{
border-color: #48E083;
}
</style>