Shades of Emerald #48D367
Tints of Emerald #48D367
RGB
CMYK
RGB Variations
Color information
#48D367 (or 0x48D367) is known color: Emerald. HEX triplet: 48, D3 and 67. RGB value is (72,211,103). Sum of RGB (Red+Green+Blue) = 72+211+103=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 211 (82.81% from 255 or 54.66% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 211 - color contains mainly: green. Hex color #48D367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D367 is #B72C98. Grayscale: #9D9D9D. Windows color (decimal): -12004505 or 6804296. OLE color: 6804296.
HSL color Cylindrical-coordinate representation of color #48D367: hue angle of 133.38º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D367 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 211 | 103 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.17 |
| HSL | 133.38º | 0.61% | 0.55% | - |
| HSV(B) | 133.38º | 0.66% | 0.83% | - |
| XYZ | 28.41 | 48.95 | 20.78 | - |
| YUV | 157.13 | 97.45 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 211 | 103 | 0.66 | 0 | 0.51 | 0.17 | 133.38 | 0.61 | 0.55 |
| Hex | 48 | D3 | 67 | 42 | 0 | 33 | 11 | 85 | 3D | 37 |
| Octal | 110 | 323 | 147 | 102 | 0 | 63 | 21 | 205 | 75 | 67 |
| Binary | 1001000 | 11010011 | 1100111 | 1000010 | 0 | 110011 | 10001 | 10000101 | 111101 | 110111 |
Color Harmonies of #48D367
Complementary color
Monochromatic Colors of #48D367
Black with #48D367
Text Example
Text Example
White with #48D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D367; }
p { color: rgb(72,211,103); }
H1.HeaderClassName
{
color: #48D367;
}
.AnyTagClassName
{
color: #48D367;
}
</style>
background-color css
<style>
a { background-color: #48D367; }
a { background-color: rgb(72,211,103); }
div.DivClassName
{
background-color: #48D367;
}
.BgClassName
{
background-color: #48D367;
}
</style>
border-color css
<style>
span { border-color: #48D367; }
span { border-color: rgb(72,211,103); }
td.TdClassName
{
border-color: #48D367;
}
.TagClassName
{
border-color: #48D367;
}
</style>