Shades of Emerald #48CE65
Tints of Emerald #48CE65
RGB
CMYK
RGB Variations
Color information
#48CE65 (or 0x48CE65) is known color: Emerald. HEX triplet: 48, CE and 65. RGB value is (72,206,101). Sum of RGB (Red+Green+Blue) = 72+206+101=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE65 is #B7319A. Grayscale: #9A9A9A. Windows color (decimal): -12005787 or 6671944. OLE color: 6671944.
HSL color Cylindrical-coordinate representation of color #48CE65: hue angle of 132.99º 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 #48CE65 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 101 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.19 |
| HSL | 132.99º | 0.58% | 0.55% | - |
| HSV(B) | 132.99º | 0.65% | 0.81% | - |
| XYZ | 27.09 | 46.46 | 19.85 | - |
| YUV | 153.96 | 98.11 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 101 | 0.65 | 0 | 0.51 | 0.19 | 132.99 | 0.58 | 0.55 |
| Hex | 48 | CE | 65 | 41 | 0 | 33 | 13 | 85 | 3A | 37 |
| Octal | 110 | 316 | 145 | 101 | 0 | 63 | 23 | 205 | 72 | 67 |
| Binary | 1001000 | 11001110 | 1100101 | 1000001 | 0 | 110011 | 10011 | 10000101 | 111010 | 110111 |
Color Harmonies of #48CE65
Complementary color
Monochromatic Colors of #48CE65
Black with #48CE65
Text Example
Text Example
White with #48CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE65; }
p { color: rgb(72,206,101); }
H1.HeaderClassName
{
color: #48CE65;
}
.AnyTagClassName
{
color: #48CE65;
}
</style>
background-color css
<style>
a { background-color: #48CE65; }
a { background-color: rgb(72,206,101); }
div.DivClassName
{
background-color: #48CE65;
}
.BgClassName
{
background-color: #48CE65;
}
</style>
border-color css
<style>
span { border-color: #48CE65; }
span { border-color: rgb(72,206,101); }
td.TdClassName
{
border-color: #48CE65;
}
.TagClassName
{
border-color: #48CE65;
}
</style>