Shades of Emerald #48CE85
Tints of Emerald #48CE85
RGB
CMYK
RGB Variations
Color information
#48CE85 (or 0x48CE85) is known color: Emerald. HEX triplet: 48, CE and 85. RGB value is (72,206,133). Sum of RGB (Red+Green+Blue) = 72+206+133=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CE85 is #B7317A. Grayscale: #9D9D9D. Windows color (decimal): -12005755 or 8769096. OLE color: 8769096.
HSL color Cylindrical-coordinate representation of color #48CE85: hue angle of 147.31º 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 #48CE85 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 133 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.19 |
| HSL | 147.31º | 0.58% | 0.55% | - |
| HSV(B) | 147.31º | 0.65% | 0.81% | - |
| XYZ | 28.98 | 47.21 | 29.78 | - |
| YUV | 157.61 | 114.11 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 133 | 0.65 | 0 | 0.35 | 0.19 | 147.31 | 0.58 | 0.55 |
| Hex | 48 | CE | 85 | 41 | 0 | 23 | 13 | 93 | 3A | 37 |
| Octal | 110 | 316 | 205 | 101 | 0 | 43 | 23 | 223 | 72 | 67 |
| Binary | 1001000 | 11001110 | 10000101 | 1000001 | 0 | 100011 | 10011 | 10010011 | 111010 | 110111 |
Color Harmonies of #48CE85
Complementary color
Monochromatic Colors of #48CE85
Black with #48CE85
Text Example
Text Example
White with #48CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE85; }
p { color: rgb(72,206,133); }
H1.HeaderClassName
{
color: #48CE85;
}
.AnyTagClassName
{
color: #48CE85;
}
</style>
background-color css
<style>
a { background-color: #48CE85; }
a { background-color: rgb(72,206,133); }
div.DivClassName
{
background-color: #48CE85;
}
.BgClassName
{
background-color: #48CE85;
}
</style>
border-color css
<style>
span { border-color: #48CE85; }
span { border-color: rgb(72,206,133); }
td.TdClassName
{
border-color: #48CE85;
}
.TagClassName
{
border-color: #48CE85;
}
</style>