Shades of Emerald #48D77E
Tints of Emerald #48D77E
RGB
CMYK
RGB Variations
Color information
#48D77E (or 0x48D77E) is known color: Emerald. HEX triplet: 48, D7 and 7E. RGB value is (72,215,126). Sum of RGB (Red+Green+Blue) = 72+215+126=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #48D77E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D77E is #B72881. Grayscale: #A2A2A2. Windows color (decimal): -12003458 or 8312648. OLE color: 8312648.
HSL color Cylindrical-coordinate representation of color #48D77E: hue angle of 142.66º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D77E is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 215 | 126 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.16 |
| HSL | 142.66º | 0.64% | 0.56% | - |
| HSV(B) | 142.66º | 0.67% | 0.84% | - |
| XYZ | 30.74 | 51.48 | 28.06 | - |
| YUV | 162.1 | 107.62 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 215 | 126 | 0.67 | 0 | 0.41 | 0.16 | 142.66 | 0.64 | 0.56 |
| Hex | 48 | D7 | 7E | 43 | 0 | 29 | 10 | 8F | 40 | 38 |
| Octal | 110 | 327 | 176 | 103 | 0 | 51 | 20 | 217 | 100 | 70 |
| Binary | 1001000 | 11010111 | 1111110 | 1000011 | 0 | 101001 | 10000 | 10001111 | 1000000 | 111000 |
Color Harmonies of #48D77E
Complementary color
Monochromatic Colors of #48D77E
Black with #48D77E
Text Example
Text Example
White with #48D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D77E; }
p { color: rgb(72,215,126); }
H1.HeaderClassName
{
color: #48D77E;
}
.AnyTagClassName
{
color: #48D77E;
}
</style>
background-color css
<style>
a { background-color: #48D77E; }
a { background-color: rgb(72,215,126); }
div.DivClassName
{
background-color: #48D77E;
}
.BgClassName
{
background-color: #48D77E;
}
</style>
border-color css
<style>
span { border-color: #48D77E; }
span { border-color: rgb(72,215,126); }
td.TdClassName
{
border-color: #48D77E;
}
.TagClassName
{
border-color: #48D77E;
}
</style>