Shades of Emerald #48CB7B
Tints of Emerald #48CB7B
RGB
CMYK
RGB Variations
Color information
#48CB7B (or 0x48CB7B) is known color: Emerald. HEX triplet: 48, CB and 7B. RGB value is (72,203,123). Sum of RGB (Red+Green+Blue) = 72+203+123=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CB7B is #B73484. Grayscale: #9A9A9A. Windows color (decimal): -12006533 or 8112968. OLE color: 8112968.
HSL color Cylindrical-coordinate representation of color #48CB7B: hue angle of 143.36º 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 #48CB7B is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 203 | 123 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.20 |
| HSL | 143.36º | 0.56% | 0.54% | - |
| HSV(B) | 143.36º | 0.65% | 0.8% | - |
| XYZ | 27.6 | 45.52 | 26.07 | - |
| YUV | 154.71 | 110.1 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 203 | 123 | 0.65 | 0 | 0.39 | 0.20 | 143.36 | 0.56 | 0.54 |
| Hex | 48 | CB | 7B | 41 | 0 | 27 | 14 | 8F | 38 | 36 |
| Octal | 110 | 313 | 173 | 101 | 0 | 47 | 24 | 217 | 70 | 66 |
| Binary | 1001000 | 11001011 | 1111011 | 1000001 | 0 | 100111 | 10100 | 10001111 | 111000 | 110110 |
Color Harmonies of #48CB7B
Complementary color
Monochromatic Colors of #48CB7B
Black with #48CB7B
Text Example
Text Example
White with #48CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CB7B; }
p { color: rgb(72,203,123); }
H1.HeaderClassName
{
color: #48CB7B;
}
.AnyTagClassName
{
color: #48CB7B;
}
</style>
background-color css
<style>
a { background-color: #48CB7B; }
a { background-color: rgb(72,203,123); }
div.DivClassName
{
background-color: #48CB7B;
}
.BgClassName
{
background-color: #48CB7B;
}
</style>
border-color css
<style>
span { border-color: #48CB7B; }
span { border-color: rgb(72,203,123); }
td.TdClassName
{
border-color: #48CB7B;
}
.TagClassName
{
border-color: #48CB7B;
}
</style>