Shades of Emerald #48D259
Tints of Emerald #48D259
RGB
CMYK
RGB Variations
Color information
#48D259 (or 0x48D259) is known color: Emerald. HEX triplet: 48, D2 and 59. RGB value is (72,210,89). Sum of RGB (Red+Green+Blue) = 72+210+89=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #48D259 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D259 is #B72DA6. Grayscale: #9B9B9B. Windows color (decimal): -12004775 or 5886536. OLE color: 5886536.
HSL color Cylindrical-coordinate representation of color #48D259: hue angle of 127.39º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D259 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 210 | 89 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.18 |
| HSL | 127.39º | 0.61% | 0.55% | - |
| HSV(B) | 127.39º | 0.66% | 0.82% | - |
| XYZ | 27.52 | 48.19 | 17.3 | - |
| YUV | 154.94 | 90.78 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 89 | 0.66 | 0 | 0.58 | 0.18 | 127.39 | 0.61 | 0.55 |
| Hex | 48 | D2 | 59 | 42 | 0 | 3A | 12 | 7F | 3D | 37 |
| Octal | 110 | 322 | 131 | 102 | 0 | 72 | 22 | 177 | 75 | 67 |
| Binary | 1001000 | 11010010 | 1011001 | 1000010 | 0 | 111010 | 10010 | 1111111 | 111101 | 110111 |
Color Harmonies of #48D259
Complementary color
Monochromatic Colors of #48D259
Black with #48D259
Text Example
Text Example
White with #48D259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D259; }
p { color: rgb(72,210,89); }
H1.HeaderClassName
{
color: #48D259;
}
.AnyTagClassName
{
color: #48D259;
}
</style>
background-color css
<style>
a { background-color: #48D259; }
a { background-color: rgb(72,210,89); }
div.DivClassName
{
background-color: #48D259;
}
.BgClassName
{
background-color: #48D259;
}
</style>
border-color css
<style>
span { border-color: #48D259; }
span { border-color: rgb(72,210,89); }
td.TdClassName
{
border-color: #48D259;
}
.TagClassName
{
border-color: #48D259;
}
</style>