Shades of Emerald #48CE7F
Tints of Emerald #48CE7F
RGB
CMYK
RGB Variations
Color information
#48CE7F (or 0x48CE7F) is known color: Emerald. HEX triplet: 48, CE and 7F. RGB value is (72,206,127). Sum of RGB (Red+Green+Blue) = 72+206+127=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE7F is #B73180. Grayscale: #9D9D9D. Windows color (decimal): -12005761 or 8375880. OLE color: 8375880.
HSL color Cylindrical-coordinate representation of color #48CE7F: hue angle of 144.63º 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 #48CE7F is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 127 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.19 |
| HSL | 144.63º | 0.58% | 0.55% | - |
| HSV(B) | 144.63º | 0.65% | 0.81% | - |
| XYZ | 28.57 | 47.05 | 27.65 | - |
| YUV | 156.93 | 111.11 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 127 | 0.65 | 0 | 0.38 | 0.19 | 144.63 | 0.58 | 0.55 |
| Hex | 48 | CE | 7F | 41 | 0 | 26 | 13 | 91 | 3A | 37 |
| Octal | 110 | 316 | 177 | 101 | 0 | 46 | 23 | 221 | 72 | 67 |
| Binary | 1001000 | 11001110 | 1111111 | 1000001 | 0 | 100110 | 10011 | 10010001 | 111010 | 110111 |
Color Harmonies of #48CE7F
Complementary color
Monochromatic Colors of #48CE7F
Black with #48CE7F
Text Example
Text Example
White with #48CE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE7F; }
p { color: rgb(72,206,127); }
H1.HeaderClassName
{
color: #48CE7F;
}
.AnyTagClassName
{
color: #48CE7F;
}
</style>
background-color css
<style>
a { background-color: #48CE7F; }
a { background-color: rgb(72,206,127); }
div.DivClassName
{
background-color: #48CE7F;
}
.BgClassName
{
background-color: #48CE7F;
}
</style>
border-color css
<style>
span { border-color: #48CE7F; }
span { border-color: rgb(72,206,127); }
td.TdClassName
{
border-color: #48CE7F;
}
.TagClassName
{
border-color: #48CE7F;
}
</style>