Shades of Emerald #48C260
Tints of Emerald #48C260
RGB
CMYK
RGB Variations
Color information
#48C260 (or 0x48C260) is known color: Emerald. HEX triplet: 48, C2 and 60. RGB value is (72,194,96). Sum of RGB (Red+Green+Blue) = 72+194+96=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #48C260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C260 is #B73D9F. Grayscale: #929292. Windows color (decimal): -12008864 or 6341192. OLE color: 6341192.
HSL color Cylindrical-coordinate representation of color #48C260: hue angle of 131.8º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C260 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 96 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.24 |
| HSL | 131.8º | 0.5% | 0.52% | - |
| HSV(B) | 131.8º | 0.63% | 0.76% | - |
| XYZ | 24.08 | 40.81 | 17.67 | - |
| YUV | 146.35 | 99.58 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 96 | 0.63 | 0 | 0.51 | 0.24 | 131.8 | 0.5 | 0.52 |
| Hex | 48 | C2 | 60 | 3F | 0 | 33 | 18 | 84 | 32 | 34 |
| Octal | 110 | 302 | 140 | 77 | 0 | 63 | 30 | 204 | 62 | 64 |
| Binary | 1001000 | 11000010 | 1100000 | 111111 | 0 | 110011 | 11000 | 10000100 | 110010 | 110100 |
Color Harmonies of #48C260
Complementary color
Monochromatic Colors of #48C260
Black with #48C260
Text Example
Text Example
White with #48C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C260; }
p { color: rgb(72,194,96); }
H1.HeaderClassName
{
color: #48C260;
}
.AnyTagClassName
{
color: #48C260;
}
</style>
background-color css
<style>
a { background-color: #48C260; }
a { background-color: rgb(72,194,96); }
div.DivClassName
{
background-color: #48C260;
}
.BgClassName
{
background-color: #48C260;
}
</style>
border-color css
<style>
span { border-color: #48C260; }
span { border-color: rgb(72,194,96); }
td.TdClassName
{
border-color: #48C260;
}
.TagClassName
{
border-color: #48C260;
}
</style>