Shades of Shamrock #48D396
Tints of Shamrock #48D396
RGB
CMYK
RGB Variations
Color information
#48D396 (or 0x48D396) is known color: Shamrock. HEX triplet: 48, D3 and 96. RGB value is (72,211,150). Sum of RGB (Red+Green+Blue) = 72+211+150=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #48D396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D396 is #B72C69. Grayscale: #A2A2A2. Windows color (decimal): -12004458 or 9884488. OLE color: 9884488.
HSL color Cylindrical-coordinate representation of color #48D396: hue angle of 153.67º 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 #48D396 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 211 | 150 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.17 |
| HSL | 153.67º | 0.61% | 0.55% | - |
| HSV(B) | 153.67º | 0.66% | 0.83% | - |
| XYZ | 31.47 | 50.17 | 36.88 | - |
| YUV | 162.49 | 120.95 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 211 | 150 | 0.66 | 0 | 0.29 | 0.17 | 153.67 | 0.61 | 0.55 |
| Hex | 48 | D3 | 96 | 42 | 0 | 1D | 11 | 9A | 3D | 37 |
| Octal | 110 | 323 | 226 | 102 | 0 | 35 | 21 | 232 | 75 | 67 |
| Binary | 1001000 | 11010011 | 10010110 | 1000010 | 0 | 11101 | 10001 | 10011010 | 111101 | 110111 |
Color Harmonies of #48D396
Complementary color
Monochromatic Colors of #48D396
Black with #48D396
Text Example
Text Example
White with #48D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D396; }
p { color: rgb(72,211,150); }
H1.HeaderClassName
{
color: #48D396;
}
.AnyTagClassName
{
color: #48D396;
}
</style>
background-color css
<style>
a { background-color: #48D396; }
a { background-color: rgb(72,211,150); }
div.DivClassName
{
background-color: #48D396;
}
.BgClassName
{
background-color: #48D396;
}
</style>
border-color css
<style>
span { border-color: #48D396; }
span { border-color: rgb(72,211,150); }
td.TdClassName
{
border-color: #48D396;
}
.TagClassName
{
border-color: #48D396;
}
</style>