Shades of Emerald #48DB83
Tints of Emerald #48DB83
RGB
CMYK
RGB Variations
Color information
#48DB83 (or 0x48DB83) is known color: Emerald. HEX triplet: 48, DB and 83. RGB value is (72,219,131). Sum of RGB (Red+Green+Blue) = 72+219+131=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DB83 is #B7247C. Grayscale: #A5A5A5. Windows color (decimal): -12002429 or 8641352. OLE color: 8641352.
HSL color Cylindrical-coordinate representation of color #48DB83: hue angle of 144.08º degrees, saturation: 0.67, 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 #48DB83 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 131 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.14 |
| HSL | 144.08º | 0.67% | 0.57% | - |
| HSV(B) | 144.08º | 0.67% | 0.86% | - |
| XYZ | 32.1 | 53.68 | 30.14 | - |
| YUV | 165.02 | 108.8 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 131 | 0.67 | 0 | 0.40 | 0.14 | 144.08 | 0.67 | 0.57 |
| Hex | 48 | DB | 83 | 43 | 0 | 28 | E | 90 | 43 | 39 |
| Octal | 110 | 333 | 203 | 103 | 0 | 50 | 16 | 220 | 103 | 71 |
| Binary | 1001000 | 11011011 | 10000011 | 1000011 | 0 | 101000 | 1110 | 10010000 | 1000011 | 111001 |
Color Harmonies of #48DB83
Complementary color
Monochromatic Colors of #48DB83
Black with #48DB83
Text Example
Text Example
White with #48DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DB83; }
p { color: rgb(72,219,131); }
H1.HeaderClassName
{
color: #48DB83;
}
.AnyTagClassName
{
color: #48DB83;
}
</style>
background-color css
<style>
a { background-color: #48DB83; }
a { background-color: rgb(72,219,131); }
div.DivClassName
{
background-color: #48DB83;
}
.BgClassName
{
background-color: #48DB83;
}
</style>
border-color css
<style>
span { border-color: #48DB83; }
span { border-color: rgb(72,219,131); }
td.TdClassName
{
border-color: #48DB83;
}
.TagClassName
{
border-color: #48DB83;
}
</style>