Shades of Emerald #48CC8A
Tints of Emerald #48CC8A
RGB
CMYK
RGB Variations
Color information
#48CC8A (or 0x48CC8A) is known color: Emerald. HEX triplet: 48, CC and 8A. RGB value is (72,204,138). Sum of RGB (Red+Green+Blue) = 72+204+138=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CC8A is #B73375. Grayscale: #9D9D9D. Windows color (decimal): -12006262 or 9096264. OLE color: 9096264.
HSL color Cylindrical-coordinate representation of color #48CC8A: hue angle of 150º 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 #48CC8A is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 204 | 138 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.2 |
| HSL | 150º | 0.56% | 0.54% | - |
| HSV(B) | 150º | 0.65% | 0.8% | - |
| XYZ | 28.85 | 46.4 | 31.48 | - |
| YUV | 157.01 | 117.27 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 204 | 138 | 0.65 | 0 | 0.32 | 0.2 | 150 | 0.56 | 0.54 |
| Hex | 48 | CC | 8A | 41 | 0 | 20 | 14 | 96 | 38 | 36 |
| Octal | 110 | 314 | 212 | 101 | 0 | 40 | 24 | 226 | 70 | 66 |
| Binary | 1001000 | 11001100 | 10001010 | 1000001 | 0 | 100000 | 10100 | 10010110 | 111000 | 110110 |
Color Harmonies of #48CC8A
Complementary color
Monochromatic Colors of #48CC8A
Black with #48CC8A
Text Example
Text Example
White with #48CC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CC8A; }
p { color: rgb(72,204,138); }
H1.HeaderClassName
{
color: #48CC8A;
}
.AnyTagClassName
{
color: #48CC8A;
}
</style>
background-color css
<style>
a { background-color: #48CC8A; }
a { background-color: rgb(72,204,138); }
div.DivClassName
{
background-color: #48CC8A;
}
.BgClassName
{
background-color: #48CC8A;
}
</style>
border-color css
<style>
span { border-color: #48CC8A; }
span { border-color: rgb(72,204,138); }
td.TdClassName
{
border-color: #48CC8A;
}
.TagClassName
{
border-color: #48CC8A;
}
</style>