Shades of Emerald #48CB5D
Tints of Emerald #48CB5D
RGB
CMYK
RGB Variations
Color information
#48CB5D (or 0x48CB5D) is known color: Emerald. HEX triplet: 48, CB and 5D. RGB value is (72,203,93). Sum of RGB (Red+Green+Blue) = 72+203+93=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CB5D is #B734A2. Grayscale: #979797. Windows color (decimal): -12006563 or 6146888. OLE color: 6146888.
HSL color Cylindrical-coordinate representation of color #48CB5D: hue angle of 129.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CB5D is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 203 | 93 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.20 |
| HSL | 129.62º | 0.56% | 0.54% | - |
| HSV(B) | 129.62º | 0.65% | 0.8% | - |
| XYZ | 26 | 44.88 | 17.65 | - |
| YUV | 151.29 | 95.1 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 203 | 93 | 0.65 | 0 | 0.54 | 0.20 | 129.62 | 0.56 | 0.54 |
| Hex | 48 | CB | 5D | 41 | 0 | 36 | 14 | 82 | 38 | 36 |
| Octal | 110 | 313 | 135 | 101 | 0 | 66 | 24 | 202 | 70 | 66 |
| Binary | 1001000 | 11001011 | 1011101 | 1000001 | 0 | 110110 | 10100 | 10000010 | 111000 | 110110 |
Color Harmonies of #48CB5D
Complementary color
Monochromatic Colors of #48CB5D
Black with #48CB5D
Text Example
Text Example
White with #48CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CB5D; }
p { color: rgb(72,203,93); }
H1.HeaderClassName
{
color: #48CB5D;
}
.AnyTagClassName
{
color: #48CB5D;
}
</style>
background-color css
<style>
a { background-color: #48CB5D; }
a { background-color: rgb(72,203,93); }
div.DivClassName
{
background-color: #48CB5D;
}
.BgClassName
{
background-color: #48CB5D;
}
</style>
border-color css
<style>
span { border-color: #48CB5D; }
span { border-color: rgb(72,203,93); }
td.TdClassName
{
border-color: #48CB5D;
}
.TagClassName
{
border-color: #48CB5D;
}
</style>