Shades of Emerald #48BD62
Tints of Emerald #48BD62
RGB
CMYK
RGB Variations
Color information
#48BD62 (or 0x48BD62) is known color: Emerald. HEX triplet: 48, BD and 62. RGB value is (72,189,98). Sum of RGB (Red+Green+Blue) = 72+189+98=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD62 is #B7429D. Grayscale: #8F8F8F. Windows color (decimal): -12010142 or 6470984. OLE color: 6470984.
HSL color Cylindrical-coordinate representation of color #48BD62: hue angle of 133.33º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BD62 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 189 | 98 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.26 |
| HSL | 133.33º | 0.47% | 0.51% | - |
| HSV(B) | 133.33º | 0.62% | 0.74% | - |
| XYZ | 23.07 | 38.65 | 17.8 | - |
| YUV | 143.64 | 102.24 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 98 | 0.62 | 0 | 0.48 | 0.26 | 133.33 | 0.47 | 0.51 |
| Hex | 48 | BD | 62 | 3E | 0 | 30 | 1A | 85 | 2F | 33 |
| Octal | 110 | 275 | 142 | 76 | 0 | 60 | 32 | 205 | 57 | 63 |
| Binary | 1001000 | 10111101 | 1100010 | 111110 | 0 | 110000 | 11010 | 10000101 | 101111 | 110011 |
Color Harmonies of #48BD62
Complementary color
Monochromatic Colors of #48BD62
Black with #48BD62
Text Example
Text Example
White with #48BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BD62; }
p { color: rgb(72,189,98); }
H1.HeaderClassName
{
color: #48BD62;
}
.AnyTagClassName
{
color: #48BD62;
}
</style>
background-color css
<style>
a { background-color: #48BD62; }
a { background-color: rgb(72,189,98); }
div.DivClassName
{
background-color: #48BD62;
}
.BgClassName
{
background-color: #48BD62;
}
</style>
border-color css
<style>
span { border-color: #48BD62; }
span { border-color: rgb(72,189,98); }
td.TdClassName
{
border-color: #48BD62;
}
.TagClassName
{
border-color: #48BD62;
}
</style>