Shades of Emerald #48D68C
Tints of Emerald #48D68C
RGB
CMYK
RGB Variations
Color information
#48D68C (or 0x48D68C) is known color: Emerald. HEX triplet: 48, D6 and 8C. RGB value is (72,214,140). Sum of RGB (Red+Green+Blue) = 72+214+140=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #48D68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D68C is #B72973. Grayscale: #A3A3A3. Windows color (decimal): -12003700 or 9229896. OLE color: 9229896.
HSL color Cylindrical-coordinate representation of color #48D68C: hue angle of 148.73º 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 #48D68C is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 214 | 140 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.16 |
| HSL | 148.73º | 0.63% | 0.56% | - |
| HSV(B) | 148.73º | 0.66% | 0.84% | - |
| XYZ | 31.45 | 51.36 | 33.07 | - |
| YUV | 163.11 | 114.96 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 214 | 140 | 0.66 | 0 | 0.35 | 0.16 | 148.73 | 0.63 | 0.56 |
| Hex | 48 | D6 | 8C | 42 | 0 | 23 | 10 | 95 | 3F | 38 |
| Octal | 110 | 326 | 214 | 102 | 0 | 43 | 20 | 225 | 77 | 70 |
| Binary | 1001000 | 11010110 | 10001100 | 1000010 | 0 | 100011 | 10000 | 10010101 | 111111 | 111000 |
Color Harmonies of #48D68C
Complementary color
Monochromatic Colors of #48D68C
Black with #48D68C
Text Example
Text Example
White with #48D68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D68C; }
p { color: rgb(72,214,140); }
H1.HeaderClassName
{
color: #48D68C;
}
.AnyTagClassName
{
color: #48D68C;
}
</style>
background-color css
<style>
a { background-color: #48D68C; }
a { background-color: rgb(72,214,140); }
div.DivClassName
{
background-color: #48D68C;
}
.BgClassName
{
background-color: #48D68C;
}
</style>
border-color css
<style>
span { border-color: #48D68C; }
span { border-color: rgb(72,214,140); }
td.TdClassName
{
border-color: #48D68C;
}
.TagClassName
{
border-color: #48D68C;
}
</style>