Shades of Emerald #48CA7B
Tints of Emerald #48CA7B
RGB
CMYK
RGB Variations
Color information
#48CA7B (or 0x48CA7B) is known color: Emerald. HEX triplet: 48, CA and 7B. RGB value is (72,202,123). Sum of RGB (Red+Green+Blue) = 72+202+123=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CA7B is #B73584. Grayscale: #9A9A9A. Windows color (decimal): -12006789 or 8112712. OLE color: 8112712.
HSL color Cylindrical-coordinate representation of color #48CA7B: hue angle of 143.54º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48CA7B is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 202 | 123 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.21 |
| HSL | 143.54º | 0.55% | 0.54% | - |
| HSV(B) | 143.54º | 0.64% | 0.79% | - |
| XYZ | 27.37 | 45.05 | 25.99 | - |
| YUV | 154.12 | 110.43 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 202 | 123 | 0.64 | 0 | 0.39 | 0.21 | 143.54 | 0.55 | 0.54 |
| Hex | 48 | CA | 7B | 40 | 0 | 27 | 15 | 90 | 37 | 36 |
| Octal | 110 | 312 | 173 | 100 | 0 | 47 | 25 | 220 | 67 | 66 |
| Binary | 1001000 | 11001010 | 1111011 | 1000000 | 0 | 100111 | 10101 | 10010000 | 110111 | 110110 |
Color Harmonies of #48CA7B
Complementary color
Monochromatic Colors of #48CA7B
Black with #48CA7B
Text Example
Text Example
White with #48CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CA7B; }
p { color: rgb(72,202,123); }
H1.HeaderClassName
{
color: #48CA7B;
}
.AnyTagClassName
{
color: #48CA7B;
}
</style>
background-color css
<style>
a { background-color: #48CA7B; }
a { background-color: rgb(72,202,123); }
div.DivClassName
{
background-color: #48CA7B;
}
.BgClassName
{
background-color: #48CA7B;
}
</style>
border-color css
<style>
span { border-color: #48CA7B; }
span { border-color: rgb(72,202,123); }
td.TdClassName
{
border-color: #48CA7B;
}
.TagClassName
{
border-color: #48CA7B;
}
</style>