Shades of Emerald #48DA8C
Tints of Emerald #48DA8C
RGB
CMYK
RGB Variations
Color information
#48DA8C (or 0x48DA8C) is known color: Emerald. HEX triplet: 48, DA and 8C. RGB value is (72,218,140). Sum of RGB (Red+Green+Blue) = 72+218+140=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DA8C is #B72573. Grayscale: #A5A5A5. Windows color (decimal): -12002676 or 9230920. OLE color: 9230920.
HSL color Cylindrical-coordinate representation of color #48DA8C: hue angle of 147.95º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DA8C is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 218 | 140 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.15 |
| HSL | 147.95º | 0.66% | 0.57% | - |
| HSV(B) | 147.95º | 0.67% | 0.85% | - |
| XYZ | 32.48 | 53.41 | 33.41 | - |
| YUV | 165.45 | 113.63 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 218 | 140 | 0.67 | 0 | 0.36 | 0.15 | 147.95 | 0.66 | 0.57 |
| Hex | 48 | DA | 8C | 43 | 0 | 24 | F | 94 | 42 | 39 |
| Octal | 110 | 332 | 214 | 103 | 0 | 44 | 17 | 224 | 102 | 71 |
| Binary | 1001000 | 11011010 | 10001100 | 1000011 | 0 | 100100 | 1111 | 10010100 | 1000010 | 111001 |
Color Harmonies of #48DA8C
Complementary color
Monochromatic Colors of #48DA8C
Black with #48DA8C
Text Example
Text Example
White with #48DA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DA8C; }
p { color: rgb(72,218,140); }
H1.HeaderClassName
{
color: #48DA8C;
}
.AnyTagClassName
{
color: #48DA8C;
}
</style>
background-color css
<style>
a { background-color: #48DA8C; }
a { background-color: rgb(72,218,140); }
div.DivClassName
{
background-color: #48DA8C;
}
.BgClassName
{
background-color: #48DA8C;
}
</style>
border-color css
<style>
span { border-color: #48DA8C; }
span { border-color: rgb(72,218,140); }
td.TdClassName
{
border-color: #48DA8C;
}
.TagClassName
{
border-color: #48DA8C;
}
</style>