Shades of Emerald #48CE71
Tints of Emerald #48CE71
RGB
CMYK
RGB Variations
Color information
#48CE71 (or 0x48CE71) is known color: Emerald. HEX triplet: 48, CE and 71. RGB value is (72,206,113). Sum of RGB (Red+Green+Blue) = 72+206+113=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE71 is #B7318E. Grayscale: #9B9B9B. Windows color (decimal): -12005775 or 7458376. OLE color: 7458376.
HSL color Cylindrical-coordinate representation of color #48CE71: hue angle of 138.36º 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 #48CE71 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 113 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.19 |
| HSL | 138.36º | 0.58% | 0.55% | - |
| HSV(B) | 138.36º | 0.65% | 0.81% | - |
| XYZ | 27.72 | 46.71 | 23.18 | - |
| YUV | 155.33 | 104.11 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 113 | 0.65 | 0 | 0.45 | 0.19 | 138.36 | 0.58 | 0.55 |
| Hex | 48 | CE | 71 | 41 | 0 | 2D | 13 | 8A | 3A | 37 |
| Octal | 110 | 316 | 161 | 101 | 0 | 55 | 23 | 212 | 72 | 67 |
| Binary | 1001000 | 11001110 | 1110001 | 1000001 | 0 | 101101 | 10011 | 10001010 | 111010 | 110111 |
Color Harmonies of #48CE71
Complementary color
Monochromatic Colors of #48CE71
Black with #48CE71
Text Example
Text Example
White with #48CE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE71; }
p { color: rgb(72,206,113); }
H1.HeaderClassName
{
color: #48CE71;
}
.AnyTagClassName
{
color: #48CE71;
}
</style>
background-color css
<style>
a { background-color: #48CE71; }
a { background-color: rgb(72,206,113); }
div.DivClassName
{
background-color: #48CE71;
}
.BgClassName
{
background-color: #48CE71;
}
</style>
border-color css
<style>
span { border-color: #48CE71; }
span { border-color: rgb(72,206,113); }
td.TdClassName
{
border-color: #48CE71;
}
.TagClassName
{
border-color: #48CE71;
}
</style>