Shades of Emerald #48CE7E
Tints of Emerald #48CE7E
RGB
CMYK
RGB Variations
Color information
#48CE7E (or 0x48CE7E) is known color: Emerald. HEX triplet: 48, CE and 7E. RGB value is (72,206,126). Sum of RGB (Red+Green+Blue) = 72+206+126=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE7E is #B73181. Grayscale: #9D9D9D. Windows color (decimal): -12005762 or 8310344. OLE color: 8310344.
HSL color Cylindrical-coordinate representation of color #48CE7E: hue angle of 144.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CE7E is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 126 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.19 |
| HSL | 144.18º | 0.58% | 0.55% | - |
| HSV(B) | 144.18º | 0.65% | 0.81% | - |
| XYZ | 28.51 | 47.03 | 27.31 | - |
| YUV | 156.81 | 110.61 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 126 | 0.65 | 0 | 0.39 | 0.19 | 144.18 | 0.58 | 0.55 |
| Hex | 48 | CE | 7E | 41 | 0 | 27 | 13 | 90 | 3A | 37 |
| Octal | 110 | 316 | 176 | 101 | 0 | 47 | 23 | 220 | 72 | 67 |
| Binary | 1001000 | 11001110 | 1111110 | 1000001 | 0 | 100111 | 10011 | 10010000 | 111010 | 110111 |
Color Harmonies of #48CE7E
Complementary color
Monochromatic Colors of #48CE7E
Black with #48CE7E
Text Example
Text Example
White with #48CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE7E; }
p { color: rgb(72,206,126); }
H1.HeaderClassName
{
color: #48CE7E;
}
.AnyTagClassName
{
color: #48CE7E;
}
</style>
background-color css
<style>
a { background-color: #48CE7E; }
a { background-color: rgb(72,206,126); }
div.DivClassName
{
background-color: #48CE7E;
}
.BgClassName
{
background-color: #48CE7E;
}
</style>
border-color css
<style>
span { border-color: #48CE7E; }
span { border-color: rgb(72,206,126); }
td.TdClassName
{
border-color: #48CE7E;
}
.TagClassName
{
border-color: #48CE7E;
}
</style>