Shades of Emerald #48E065
Tints of Emerald #48E065
RGB
CMYK
RGB Variations
Color information
#48E065 (or 0x48E065) is known color: Emerald. HEX triplet: 48, E0 and 65. RGB value is (72,224,101). Sum of RGB (Red+Green+Blue) = 72+224+101=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 224 (87.89% from 255 or 56.42% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 224 - color contains mainly: green. Hex color #48E065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E065 is #B71F9A. Grayscale: #A4A4A4. Windows color (decimal): -12001179 or 6676552. OLE color: 6676552.
HSL color Cylindrical-coordinate representation of color #48E065: hue angle of 131.45º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E065 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 224 | 101 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.12 |
| HSL | 131.45º | 0.71% | 0.58% | - |
| HSV(B) | 131.45º | 0.68% | 0.88% | - |
| XYZ | 31.68 | 55.63 | 21.38 | - |
| YUV | 164.53 | 92.14 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 224 | 101 | 0.68 | 0 | 0.55 | 0.12 | 131.45 | 0.71 | 0.58 |
| Hex | 48 | E0 | 65 | 44 | 0 | 37 | C | 83 | 47 | 3A |
| Octal | 110 | 340 | 145 | 104 | 0 | 67 | 14 | 203 | 107 | 72 |
| Binary | 1001000 | 11100000 | 1100101 | 1000100 | 0 | 110111 | 1100 | 10000011 | 1000111 | 111010 |
Color Harmonies of #48E065
Complementary color
Monochromatic Colors of #48E065
Black with #48E065
Text Example
Text Example
White with #48E065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E065; }
p { color: rgb(72,224,101); }
H1.HeaderClassName
{
color: #48E065;
}
.AnyTagClassName
{
color: #48E065;
}
</style>
background-color css
<style>
a { background-color: #48E065; }
a { background-color: rgb(72,224,101); }
div.DivClassName
{
background-color: #48E065;
}
.BgClassName
{
background-color: #48E065;
}
</style>
border-color css
<style>
span { border-color: #48E065; }
span { border-color: rgb(72,224,101); }
td.TdClassName
{
border-color: #48E065;
}
.TagClassName
{
border-color: #48E065;
}
</style>