Shades of Emerald #48D25B
Tints of Emerald #48D25B
RGB
CMYK
RGB Variations
Color information
#48D25B (or 0x48D25B) is known color: Emerald. HEX triplet: 48, D2 and 5B. RGB value is (72,210,91). Sum of RGB (Red+Green+Blue) = 72+210+91=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #48D25B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D25B is #B72DA4. Grayscale: #9B9B9B. Windows color (decimal): -12004773 or 6017608. OLE color: 6017608.
HSL color Cylindrical-coordinate representation of color #48D25B: hue angle of 128.26º 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 #48D25B is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 210 | 91 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.18 |
| HSL | 128.26º | 0.61% | 0.55% | - |
| HSV(B) | 128.26º | 0.66% | 0.82% | - |
| XYZ | 27.61 | 48.23 | 17.75 | - |
| YUV | 155.17 | 91.78 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 91 | 0.66 | 0 | 0.57 | 0.18 | 128.26 | 0.61 | 0.55 |
| Hex | 48 | D2 | 5B | 42 | 0 | 39 | 12 | 80 | 3D | 37 |
| Octal | 110 | 322 | 133 | 102 | 0 | 71 | 22 | 200 | 75 | 67 |
| Binary | 1001000 | 11010010 | 1011011 | 1000010 | 0 | 111001 | 10010 | 10000000 | 111101 | 110111 |
Color Harmonies of #48D25B
Complementary color
Monochromatic Colors of #48D25B
Black with #48D25B
Text Example
Text Example
White with #48D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D25B; }
p { color: rgb(72,210,91); }
H1.HeaderClassName
{
color: #48D25B;
}
.AnyTagClassName
{
color: #48D25B;
}
</style>
background-color css
<style>
a { background-color: #48D25B; }
a { background-color: rgb(72,210,91); }
div.DivClassName
{
background-color: #48D25B;
}
.BgClassName
{
background-color: #48D25B;
}
</style>
border-color css
<style>
span { border-color: #48D25B; }
span { border-color: rgb(72,210,91); }
td.TdClassName
{
border-color: #48D25B;
}
.TagClassName
{
border-color: #48D25B;
}
</style>