Shades of Emerald #48E788
Tints of Emerald #48E788
RGB
CMYK
RGB Variations
Color information
#48E788 (or 0x48E788) is known color: Emerald. HEX triplet: 48, E7 and 88. RGB value is (72,231,136). Sum of RGB (Red+Green+Blue) = 72+231+136=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #48E788 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E788 is #B71877. Grayscale: #ACACAC. Windows color (decimal): -11999352 or 8972104. OLE color: 8972104.
HSL color Cylindrical-coordinate representation of color #48E788: hue angle of 144.15º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E788 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 231 | 136 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.09 |
| HSL | 144.15º | 0.77% | 0.59% | - |
| HSV(B) | 144.15º | 0.69% | 0.91% | - |
| XYZ | 35.69 | 60.31 | 33.05 | - |
| YUV | 172.63 | 107.32 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 231 | 136 | 0.69 | 0 | 0.41 | 0.09 | 144.15 | 0.77 | 0.59 |
| Hex | 48 | E7 | 88 | 45 | 0 | 29 | 9 | 90 | 4D | 3B |
| Octal | 110 | 347 | 210 | 105 | 0 | 51 | 11 | 220 | 115 | 73 |
| Binary | 1001000 | 11100111 | 10001000 | 1000101 | 0 | 101001 | 1001 | 10010000 | 1001101 | 111011 |
Color Harmonies of #48E788
Complementary color
Monochromatic Colors of #48E788
Black with #48E788
Text Example
Text Example
White with #48E788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E788; }
p { color: rgb(72,231,136); }
H1.HeaderClassName
{
color: #48E788;
}
.AnyTagClassName
{
color: #48E788;
}
</style>
background-color css
<style>
a { background-color: #48E788; }
a { background-color: rgb(72,231,136); }
div.DivClassName
{
background-color: #48E788;
}
.BgClassName
{
background-color: #48E788;
}
</style>
border-color css
<style>
span { border-color: #48E788; }
span { border-color: rgb(72,231,136); }
td.TdClassName
{
border-color: #48E788;
}
.TagClassName
{
border-color: #48E788;
}
</style>