Shades of Emerald #48D25D
Tints of Emerald #48D25D
RGB
CMYK
RGB Variations
Color information
#48D25D (or 0x48D25D) is known color: Emerald. HEX triplet: 48, D2 and 5D. RGB value is (72,210,93). Sum of RGB (Red+Green+Blue) = 72+210+93=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #48D25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D25D is #B72DA2. Grayscale: #9B9B9B. Windows color (decimal): -12004771 or 6148680. OLE color: 6148680.
HSL color Cylindrical-coordinate representation of color #48D25D: hue angle of 129.13º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D25D is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 210 | 93 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.18 |
| HSL | 129.13º | 0.61% | 0.55% | - |
| HSV(B) | 129.13º | 0.66% | 0.82% | - |
| XYZ | 27.69 | 48.26 | 18.21 | - |
| YUV | 155.4 | 92.78 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 93 | 0.66 | 0 | 0.56 | 0.18 | 129.13 | 0.61 | 0.55 |
| Hex | 48 | D2 | 5D | 42 | 0 | 38 | 12 | 81 | 3D | 37 |
| Octal | 110 | 322 | 135 | 102 | 0 | 70 | 22 | 201 | 75 | 67 |
| Binary | 1001000 | 11010010 | 1011101 | 1000010 | 0 | 111000 | 10010 | 10000001 | 111101 | 110111 |
Color Harmonies of #48D25D
Complementary color
Monochromatic Colors of #48D25D
Black with #48D25D
Text Example
Text Example
White with #48D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D25D; }
p { color: rgb(72,210,93); }
H1.HeaderClassName
{
color: #48D25D;
}
.AnyTagClassName
{
color: #48D25D;
}
</style>
background-color css
<style>
a { background-color: #48D25D; }
a { background-color: rgb(72,210,93); }
div.DivClassName
{
background-color: #48D25D;
}
.BgClassName
{
background-color: #48D25D;
}
</style>
border-color css
<style>
span { border-color: #48D25D; }
span { border-color: rgb(72,210,93); }
td.TdClassName
{
border-color: #48D25D;
}
.TagClassName
{
border-color: #48D25D;
}
</style>