Shades of Shamrock #48D398
Tints of Shamrock #48D398
RGB
CMYK
RGB Variations
Color information
#48D398 (or 0x48D398) is known color: Shamrock. HEX triplet: 48, D3 and 98. RGB value is (72,211,152). Sum of RGB (Red+Green+Blue) = 72+211+152=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #48D398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D398 is #B72C67. Grayscale: #A2A2A2. Windows color (decimal): -12004456 or 10015560. OLE color: 10015560.
HSL color Cylindrical-coordinate representation of color #48D398: hue angle of 154.53º 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 #48D398 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 211 | 152 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.17 |
| HSL | 154.53º | 0.61% | 0.55% | - |
| HSV(B) | 154.53º | 0.66% | 0.83% | - |
| XYZ | 31.63 | 50.23 | 37.73 | - |
| YUV | 162.71 | 121.95 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 211 | 152 | 0.66 | 0 | 0.28 | 0.17 | 154.53 | 0.61 | 0.55 |
| Hex | 48 | D3 | 98 | 42 | 0 | 1C | 11 | 9B | 3D | 37 |
| Octal | 110 | 323 | 230 | 102 | 0 | 34 | 21 | 233 | 75 | 67 |
| Binary | 1001000 | 11010011 | 10011000 | 1000010 | 0 | 11100 | 10001 | 10011011 | 111101 | 110111 |
Color Harmonies of #48D398
Complementary color
Monochromatic Colors of #48D398
Black with #48D398
Text Example
Text Example
White with #48D398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D398; }
p { color: rgb(72,211,152); }
H1.HeaderClassName
{
color: #48D398;
}
.AnyTagClassName
{
color: #48D398;
}
</style>
background-color css
<style>
a { background-color: #48D398; }
a { background-color: rgb(72,211,152); }
div.DivClassName
{
background-color: #48D398;
}
.BgClassName
{
background-color: #48D398;
}
</style>
border-color css
<style>
span { border-color: #48D398; }
span { border-color: rgb(72,211,152); }
td.TdClassName
{
border-color: #48D398;
}
.TagClassName
{
border-color: #48D398;
}
</style>