Shades of Emerald #48E772
Tints of Emerald #48E772
RGB
CMYK
RGB Variations
Color information
#48E772 (or 0x48E772) is known color: Emerald. HEX triplet: 48, E7 and 72. RGB value is (72,231,114). Sum of RGB (Red+Green+Blue) = 72+231+114=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 231 (90.62% from 255 or 55.40% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 231 - color contains mainly: green. Hex color #48E772 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E772 is #B7188D. Grayscale: #AAAAAA. Windows color (decimal): -11999374 or 7530312. OLE color: 7530312.
HSL color Cylindrical-coordinate representation of color #48E772: hue angle of 135.85º 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 #48E772 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 231 | 114 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.09 |
| HSL | 135.85º | 0.77% | 0.59% | - |
| HSV(B) | 135.85º | 0.69% | 0.91% | - |
| XYZ | 34.29 | 59.74 | 25.64 | - |
| YUV | 170.12 | 96.32 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 231 | 114 | 0.69 | 0 | 0.51 | 0.09 | 135.85 | 0.77 | 0.59 |
| Hex | 48 | E7 | 72 | 45 | 0 | 33 | 9 | 88 | 4D | 3B |
| Octal | 110 | 347 | 162 | 105 | 0 | 63 | 11 | 210 | 115 | 73 |
| Binary | 1001000 | 11100111 | 1110010 | 1000101 | 0 | 110011 | 1001 | 10001000 | 1001101 | 111011 |
Color Harmonies of #48E772
Complementary color
Monochromatic Colors of #48E772
Black with #48E772
Text Example
Text Example
White with #48E772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E772; }
p { color: rgb(72,231,114); }
H1.HeaderClassName
{
color: #48E772;
}
.AnyTagClassName
{
color: #48E772;
}
</style>
background-color css
<style>
a { background-color: #48E772; }
a { background-color: rgb(72,231,114); }
div.DivClassName
{
background-color: #48E772;
}
.BgClassName
{
background-color: #48E772;
}
</style>
border-color css
<style>
span { border-color: #48E772; }
span { border-color: rgb(72,231,114); }
td.TdClassName
{
border-color: #48E772;
}
.TagClassName
{
border-color: #48E772;
}
</style>