Shades of Emerald #48DC5A
Tints of Emerald #48DC5A
RGB
CMYK
RGB Variations
Color information
#48DC5A (or 0x48DC5A) is known color: Emerald. HEX triplet: 48, DC and 5A. RGB value is (72,220,90). Sum of RGB (Red+Green+Blue) = 72+220+90=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DC5A is #B723A5. Grayscale: #A1A1A1. Windows color (decimal): -12002214 or 5954632. OLE color: 5954632.
HSL color Cylindrical-coordinate representation of color #48DC5A: hue angle of 127.3º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DC5A is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 90 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.14 |
| HSL | 127.3º | 0.68% | 0.57% | - |
| HSV(B) | 127.3º | 0.67% | 0.86% | - |
| XYZ | 30.11 | 53.3 | 18.37 | - |
| YUV | 160.93 | 87.97 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 90 | 0.67 | 0 | 0.59 | 0.14 | 127.3 | 0.68 | 0.57 |
| Hex | 48 | DC | 5A | 43 | 0 | 3B | E | 7F | 44 | 39 |
| Octal | 110 | 334 | 132 | 103 | 0 | 73 | 16 | 177 | 104 | 71 |
| Binary | 1001000 | 11011100 | 1011010 | 1000011 | 0 | 111011 | 1110 | 1111111 | 1000100 | 111001 |
Color Harmonies of #48DC5A
Complementary color
Monochromatic Colors of #48DC5A
Black with #48DC5A
Text Example
Text Example
White with #48DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DC5A; }
p { color: rgb(72,220,90); }
H1.HeaderClassName
{
color: #48DC5A;
}
.AnyTagClassName
{
color: #48DC5A;
}
</style>
background-color css
<style>
a { background-color: #48DC5A; }
a { background-color: rgb(72,220,90); }
div.DivClassName
{
background-color: #48DC5A;
}
.BgClassName
{
background-color: #48DC5A;
}
</style>
border-color css
<style>
span { border-color: #48DC5A; }
span { border-color: rgb(72,220,90); }
td.TdClassName
{
border-color: #48DC5A;
}
.TagClassName
{
border-color: #48DC5A;
}
</style>