Shades of Emerald #48CD8C
Tints of Emerald #48CD8C
RGB
CMYK
RGB Variations
Color information
#48CD8C (or 0x48CD8C) is known color: Emerald. HEX triplet: 48, CD and 8C. RGB value is (72,205,140). Sum of RGB (Red+Green+Blue) = 72+205+140=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #48CD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CD8C is #B73273. Grayscale: #9D9D9D. Windows color (decimal): -12006004 or 9227592. OLE color: 9227592.
HSL color Cylindrical-coordinate representation of color #48CD8C: hue angle of 150.68º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CD8C is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 205 | 140 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.20 |
| HSL | 150.68º | 0.57% | 0.54% | - |
| HSV(B) | 150.68º | 0.65% | 0.8% | - |
| XYZ | 29.24 | 46.93 | 32.33 | - |
| YUV | 157.82 | 117.94 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 205 | 140 | 0.65 | 0 | 0.32 | 0.20 | 150.68 | 0.57 | 0.54 |
| Hex | 48 | CD | 8C | 41 | 0 | 20 | 14 | 97 | 39 | 36 |
| Octal | 110 | 315 | 214 | 101 | 0 | 40 | 24 | 227 | 71 | 66 |
| Binary | 1001000 | 11001101 | 10001100 | 1000001 | 0 | 100000 | 10100 | 10010111 | 111001 | 110110 |
Color Harmonies of #48CD8C
Complementary color
Monochromatic Colors of #48CD8C
Black with #48CD8C
Text Example
Text Example
White with #48CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CD8C; }
p { color: rgb(72,205,140); }
H1.HeaderClassName
{
color: #48CD8C;
}
.AnyTagClassName
{
color: #48CD8C;
}
</style>
background-color css
<style>
a { background-color: #48CD8C; }
a { background-color: rgb(72,205,140); }
div.DivClassName
{
background-color: #48CD8C;
}
.BgClassName
{
background-color: #48CD8C;
}
</style>
border-color css
<style>
span { border-color: #48CD8C; }
span { border-color: rgb(72,205,140); }
td.TdClassName
{
border-color: #48CD8C;
}
.TagClassName
{
border-color: #48CD8C;
}
</style>