Shades of Emerald #48CC7B
Tints of Emerald #48CC7B
RGB
CMYK
RGB Variations
Color information
#48CC7B (or 0x48CC7B) is known color: Emerald. HEX triplet: 48, CC and 7B. RGB value is (72,204,123). Sum of RGB (Red+Green+Blue) = 72+204+123=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CC7B is #B73384. Grayscale: #9B9B9B. Windows color (decimal): -12006277 or 8113224. OLE color: 8113224.
HSL color Cylindrical-coordinate representation of color #48CC7B: hue angle of 143.18º 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 #48CC7B is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 204 | 123 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.2 |
| HSL | 143.18º | 0.56% | 0.54% | - |
| HSV(B) | 143.18º | 0.65% | 0.8% | - |
| XYZ | 27.84 | 45.99 | 26.15 | - |
| YUV | 155.3 | 109.77 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 204 | 123 | 0.65 | 0 | 0.40 | 0.2 | 143.18 | 0.56 | 0.54 |
| Hex | 48 | CC | 7B | 41 | 0 | 28 | 14 | 8F | 38 | 36 |
| Octal | 110 | 314 | 173 | 101 | 0 | 50 | 24 | 217 | 70 | 66 |
| Binary | 1001000 | 11001100 | 1111011 | 1000001 | 0 | 101000 | 10100 | 10001111 | 111000 | 110110 |
Color Harmonies of #48CC7B
Complementary color
Monochromatic Colors of #48CC7B
Black with #48CC7B
Text Example
Text Example
White with #48CC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CC7B; }
p { color: rgb(72,204,123); }
H1.HeaderClassName
{
color: #48CC7B;
}
.AnyTagClassName
{
color: #48CC7B;
}
</style>
background-color css
<style>
a { background-color: #48CC7B; }
a { background-color: rgb(72,204,123); }
div.DivClassName
{
background-color: #48CC7B;
}
.BgClassName
{
background-color: #48CC7B;
}
</style>
border-color css
<style>
span { border-color: #48CC7B; }
span { border-color: rgb(72,204,123); }
td.TdClassName
{
border-color: #48CC7B;
}
.TagClassName
{
border-color: #48CC7B;
}
</style>