Shades of Emerald #48D261
Tints of Emerald #48D261
RGB
CMYK
RGB Variations
Color information
#48D261 (or 0x48D261) is known color: Emerald. HEX triplet: 48, D2 and 61. RGB value is (72,210,97). Sum of RGB (Red+Green+Blue) = 72+210+97=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 210 (82.42% from 255 or 55.41% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 210 - color contains mainly: green. Hex color #48D261 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D261 is #B72D9E. Grayscale: #9C9C9C. Windows color (decimal): -12004767 or 6410824. OLE color: 6410824.
HSL color Cylindrical-coordinate representation of color #48D261: hue angle of 130.87º 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 #48D261 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 210 | 97 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.18 |
| HSL | 130.87º | 0.61% | 0.55% | - |
| HSV(B) | 130.87º | 0.66% | 0.82% | - |
| XYZ | 27.88 | 48.33 | 19.17 | - |
| YUV | 155.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 97 | 0.66 | 0 | 0.54 | 0.18 | 130.87 | 0.61 | 0.55 |
| Hex | 48 | D2 | 61 | 42 | 0 | 36 | 12 | 83 | 3D | 37 |
| Octal | 110 | 322 | 141 | 102 | 0 | 66 | 22 | 203 | 75 | 67 |
| Binary | 1001000 | 11010010 | 1100001 | 1000010 | 0 | 110110 | 10010 | 10000011 | 111101 | 110111 |
Color Harmonies of #48D261
Complementary color
Monochromatic Colors of #48D261
Black with #48D261
Text Example
Text Example
White with #48D261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D261; }
p { color: rgb(72,210,97); }
H1.HeaderClassName
{
color: #48D261;
}
.AnyTagClassName
{
color: #48D261;
}
</style>
background-color css
<style>
a { background-color: #48D261; }
a { background-color: rgb(72,210,97); }
div.DivClassName
{
background-color: #48D261;
}
.BgClassName
{
background-color: #48D261;
}
</style>
border-color css
<style>
span { border-color: #48D261; }
span { border-color: rgb(72,210,97); }
td.TdClassName
{
border-color: #48D261;
}
.TagClassName
{
border-color: #48D261;
}
</style>