Shades of Emerald #48E570
Tints of Emerald #48E570
RGB
CMYK
RGB Variations
Color information
#48E570 (or 0x48E570) is known color: Emerald. HEX triplet: 48, E5 and 70. RGB value is (72,229,112). Sum of RGB (Red+Green+Blue) = 72+229+112=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 229 (89.84% from 255 or 55.45% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 229 - color contains mainly: green. Hex color #48E570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E570 is #B71A8F. Grayscale: #A9A9A9. Windows color (decimal): -11999888 or 7398728. OLE color: 7398728.
HSL color Cylindrical-coordinate representation of color #48E570: hue angle of 135.29º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E570 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 229 | 112 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.10 |
| HSL | 135.29º | 0.75% | 0.59% | - |
| HSV(B) | 135.29º | 0.69% | 0.9% | - |
| XYZ | 33.62 | 58.59 | 24.87 | - |
| YUV | 168.72 | 95.99 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 229 | 112 | 0.69 | 0 | 0.51 | 0.10 | 135.29 | 0.75 | 0.59 |
| Hex | 48 | E5 | 70 | 45 | 0 | 33 | A | 87 | 4B | 3B |
| Octal | 110 | 345 | 160 | 105 | 0 | 63 | 12 | 207 | 113 | 73 |
| Binary | 1001000 | 11100101 | 1110000 | 1000101 | 0 | 110011 | 1010 | 10000111 | 1001011 | 111011 |
Color Harmonies of #48E570
Complementary color
Monochromatic Colors of #48E570
Black with #48E570
Text Example
Text Example
White with #48E570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E570; }
p { color: rgb(72,229,112); }
H1.HeaderClassName
{
color: #48E570;
}
.AnyTagClassName
{
color: #48E570;
}
</style>
background-color css
<style>
a { background-color: #48E570; }
a { background-color: rgb(72,229,112); }
div.DivClassName
{
background-color: #48E570;
}
.BgClassName
{
background-color: #48E570;
}
</style>
border-color css
<style>
span { border-color: #48E570; }
span { border-color: rgb(72,229,112); }
td.TdClassName
{
border-color: #48E570;
}
.TagClassName
{
border-color: #48E570;
}
</style>