Shades of Emerald #48C35E
Tints of Emerald #48C35E
RGB
CMYK
RGB Variations
Color information
#48C35E (or 0x48C35E) is known color: Emerald. HEX triplet: 48, C3 and 5E. RGB value is (72,195,94). Sum of RGB (Red+Green+Blue) = 72+195+94=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #48C35E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C35E is #B73CA1. Grayscale: #929292. Windows color (decimal): -12008610 or 6210376. OLE color: 6210376.
HSL color Cylindrical-coordinate representation of color #48C35E: hue angle of 130.73º degrees, saturation: 0.51, 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 #48C35E is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 94 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.24 |
| HSL | 130.73º | 0.51% | 0.52% | - |
| HSV(B) | 130.73º | 0.63% | 0.76% | - |
| XYZ | 24.21 | 41.22 | 17.27 | - |
| YUV | 146.71 | 98.25 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 94 | 0.63 | 0 | 0.52 | 0.24 | 130.73 | 0.51 | 0.52 |
| Hex | 48 | C3 | 5E | 3F | 0 | 34 | 18 | 83 | 33 | 34 |
| Octal | 110 | 303 | 136 | 77 | 0 | 64 | 30 | 203 | 63 | 64 |
| Binary | 1001000 | 11000011 | 1011110 | 111111 | 0 | 110100 | 11000 | 10000011 | 110011 | 110100 |
Color Harmonies of #48C35E
Complementary color
Monochromatic Colors of #48C35E
Black with #48C35E
Text Example
Text Example
White with #48C35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C35E; }
p { color: rgb(72,195,94); }
H1.HeaderClassName
{
color: #48C35E;
}
.AnyTagClassName
{
color: #48C35E;
}
</style>
background-color css
<style>
a { background-color: #48C35E; }
a { background-color: rgb(72,195,94); }
div.DivClassName
{
background-color: #48C35E;
}
.BgClassName
{
background-color: #48C35E;
}
</style>
border-color css
<style>
span { border-color: #48C35E; }
span { border-color: rgb(72,195,94); }
td.TdClassName
{
border-color: #48C35E;
}
.TagClassName
{
border-color: #48C35E;
}
</style>