Shades of Emerald #48CE66
Tints of Emerald #48CE66
RGB
CMYK
RGB Variations
Color information
#48CE66 (or 0x48CE66) is known color: Emerald. HEX triplet: 48, CE and 66. RGB value is (72,206,102). Sum of RGB (Red+Green+Blue) = 72+206+102=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE66 is #B73199. Grayscale: #9A9A9A. Windows color (decimal): -12005786 or 6737480. OLE color: 6737480.
HSL color Cylindrical-coordinate representation of color #48CE66: hue angle of 133.43º 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 #48CE66 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 102 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.19 |
| HSL | 133.43º | 0.58% | 0.55% | - |
| HSV(B) | 133.43º | 0.65% | 0.81% | - |
| XYZ | 27.14 | 46.48 | 20.11 | - |
| YUV | 154.08 | 98.61 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 102 | 0.65 | 0 | 0.50 | 0.19 | 133.43 | 0.58 | 0.55 |
| Hex | 48 | CE | 66 | 41 | 0 | 32 | 13 | 85 | 3A | 37 |
| Octal | 110 | 316 | 146 | 101 | 0 | 62 | 23 | 205 | 72 | 67 |
| Binary | 1001000 | 11001110 | 1100110 | 1000001 | 0 | 110010 | 10011 | 10000101 | 111010 | 110111 |
Color Harmonies of #48CE66
Complementary color
Monochromatic Colors of #48CE66
Black with #48CE66
Text Example
Text Example
White with #48CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE66; }
p { color: rgb(72,206,102); }
H1.HeaderClassName
{
color: #48CE66;
}
.AnyTagClassName
{
color: #48CE66;
}
</style>
background-color css
<style>
a { background-color: #48CE66; }
a { background-color: rgb(72,206,102); }
div.DivClassName
{
background-color: #48CE66;
}
.BgClassName
{
background-color: #48CE66;
}
</style>
border-color css
<style>
span { border-color: #48CE66; }
span { border-color: rgb(72,206,102); }
td.TdClassName
{
border-color: #48CE66;
}
.TagClassName
{
border-color: #48CE66;
}
</style>