Shades of Emerald #48DA81
Tints of Emerald #48DA81
RGB
CMYK
RGB Variations
Color information
#48DA81 (or 0x48DA81) is known color: Emerald. HEX triplet: 48, DA and 81. RGB value is (72,218,129). Sum of RGB (Red+Green+Blue) = 72+218+129=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DA81 is #B7257E. Grayscale: #A4A4A4. Windows color (decimal): -12002687 or 8510024. OLE color: 8510024.
HSL color Cylindrical-coordinate representation of color #48DA81: hue angle of 143.42º 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 #48DA81 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 218 | 129 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.15 |
| HSL | 143.42º | 0.66% | 0.57% | - |
| HSV(B) | 143.42º | 0.67% | 0.85% | - |
| XYZ | 31.71 | 53.11 | 29.35 | - |
| YUV | 164.2 | 108.13 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 218 | 129 | 0.67 | 0 | 0.41 | 0.15 | 143.42 | 0.66 | 0.57 |
| Hex | 48 | DA | 81 | 43 | 0 | 29 | F | 8F | 42 | 39 |
| Octal | 110 | 332 | 201 | 103 | 0 | 51 | 17 | 217 | 102 | 71 |
| Binary | 1001000 | 11011010 | 10000001 | 1000011 | 0 | 101001 | 1111 | 10001111 | 1000010 | 111001 |
Color Harmonies of #48DA81
Complementary color
Monochromatic Colors of #48DA81
Black with #48DA81
Text Example
Text Example
White with #48DA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DA81; }
p { color: rgb(72,218,129); }
H1.HeaderClassName
{
color: #48DA81;
}
.AnyTagClassName
{
color: #48DA81;
}
</style>
background-color css
<style>
a { background-color: #48DA81; }
a { background-color: rgb(72,218,129); }
div.DivClassName
{
background-color: #48DA81;
}
.BgClassName
{
background-color: #48DA81;
}
</style>
border-color css
<style>
span { border-color: #48DA81; }
span { border-color: rgb(72,218,129); }
td.TdClassName
{
border-color: #48DA81;
}
.TagClassName
{
border-color: #48DA81;
}
</style>