Shades of Emerald #48DC83
Tints of Emerald #48DC83
RGB
CMYK
RGB Variations
Color information
#48DC83 (or 0x48DC83) is known color: Emerald. HEX triplet: 48, DC and 83. RGB value is (72,220,131). Sum of RGB (Red+Green+Blue) = 72+220+131=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DC83 is #B7237C. Grayscale: #A5A5A5. Windows color (decimal): -12002173 or 8641608. OLE color: 8641608.
HSL color Cylindrical-coordinate representation of color #48DC83: hue angle of 143.92º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DC83 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 131 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.14 |
| HSL | 143.92º | 0.68% | 0.57% | - |
| HSV(B) | 143.92º | 0.67% | 0.86% | - |
| XYZ | 32.36 | 54.2 | 30.23 | - |
| YUV | 165.6 | 108.47 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 131 | 0.67 | 0 | 0.40 | 0.14 | 143.92 | 0.68 | 0.57 |
| Hex | 48 | DC | 83 | 43 | 0 | 28 | E | 90 | 44 | 39 |
| Octal | 110 | 334 | 203 | 103 | 0 | 50 | 16 | 220 | 104 | 71 |
| Binary | 1001000 | 11011100 | 10000011 | 1000011 | 0 | 101000 | 1110 | 10010000 | 1000100 | 111001 |
Color Harmonies of #48DC83
Complementary color
Monochromatic Colors of #48DC83
Black with #48DC83
Text Example
Text Example
White with #48DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DC83; }
p { color: rgb(72,220,131); }
H1.HeaderClassName
{
color: #48DC83;
}
.AnyTagClassName
{
color: #48DC83;
}
</style>
background-color css
<style>
a { background-color: #48DC83; }
a { background-color: rgb(72,220,131); }
div.DivClassName
{
background-color: #48DC83;
}
.BgClassName
{
background-color: #48DC83;
}
</style>
border-color css
<style>
span { border-color: #48DC83; }
span { border-color: rgb(72,220,131); }
td.TdClassName
{
border-color: #48DC83;
}
.TagClassName
{
border-color: #48DC83;
}
</style>