Shades of Emerald #48D55A
Tints of Emerald #48D55A
RGB
CMYK
RGB Variations
Color information
#48D55A (or 0x48D55A) is known color: Emerald. HEX triplet: 48, D5 and 5A. RGB value is (72,213,90). Sum of RGB (Red+Green+Blue) = 72+213+90=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #48D55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D55A is #B72AA5. Grayscale: #9D9D9D. Windows color (decimal): -12004006 or 5952840. OLE color: 5952840.
HSL color Cylindrical-coordinate representation of color #48D55A: hue angle of 127.66º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D55A is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 213 | 90 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.16 |
| HSL | 127.66º | 0.63% | 0.56% | - |
| HSV(B) | 127.66º | 0.66% | 0.84% | - |
| XYZ | 28.31 | 49.7 | 17.77 | - |
| YUV | 156.82 | 90.29 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 213 | 90 | 0.66 | 0 | 0.58 | 0.16 | 127.66 | 0.63 | 0.56 |
| Hex | 48 | D5 | 5A | 42 | 0 | 3A | 10 | 80 | 3F | 38 |
| Octal | 110 | 325 | 132 | 102 | 0 | 72 | 20 | 200 | 77 | 70 |
| Binary | 1001000 | 11010101 | 1011010 | 1000010 | 0 | 111010 | 10000 | 10000000 | 111111 | 111000 |
Color Harmonies of #48D55A
Complementary color
Monochromatic Colors of #48D55A
Black with #48D55A
Text Example
Text Example
White with #48D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D55A; }
p { color: rgb(72,213,90); }
H1.HeaderClassName
{
color: #48D55A;
}
.AnyTagClassName
{
color: #48D55A;
}
</style>
background-color css
<style>
a { background-color: #48D55A; }
a { background-color: rgb(72,213,90); }
div.DivClassName
{
background-color: #48D55A;
}
.BgClassName
{
background-color: #48D55A;
}
</style>
border-color css
<style>
span { border-color: #48D55A; }
span { border-color: rgb(72,213,90); }
td.TdClassName
{
border-color: #48D55A;
}
.TagClassName
{
border-color: #48D55A;
}
</style>