Shades of Shamrock #48D893
Tints of Shamrock #48D893
RGB
CMYK
RGB Variations
Color information
#48D893 (or 0x48D893) is known color: Shamrock. HEX triplet: 48, D8 and 93. RGB value is (72,216,147). Sum of RGB (Red+Green+Blue) = 72+216+147=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #48D893 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D893 is #B7276C. Grayscale: #A5A5A5. Windows color (decimal): -12003181 or 9689160. OLE color: 9689160.
HSL color Cylindrical-coordinate representation of color #48D893: hue angle of 151.25º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D893 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 216 | 147 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.15 |
| HSL | 151.25º | 0.65% | 0.56% | - |
| HSV(B) | 151.25º | 0.67% | 0.85% | - |
| XYZ | 32.49 | 52.6 | 36.04 | - |
| YUV | 165.08 | 117.79 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 216 | 147 | 0.67 | 0 | 0.32 | 0.15 | 151.25 | 0.65 | 0.56 |
| Hex | 48 | D8 | 93 | 43 | 0 | 20 | F | 97 | 41 | 38 |
| Octal | 110 | 330 | 223 | 103 | 0 | 40 | 17 | 227 | 101 | 70 |
| Binary | 1001000 | 11011000 | 10010011 | 1000011 | 0 | 100000 | 1111 | 10010111 | 1000001 | 111000 |
Color Harmonies of #48D893
Complementary color
Monochromatic Colors of #48D893
Black with #48D893
Text Example
Text Example
White with #48D893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D893; }
p { color: rgb(72,216,147); }
H1.HeaderClassName
{
color: #48D893;
}
.AnyTagClassName
{
color: #48D893;
}
</style>
background-color css
<style>
a { background-color: #48D893; }
a { background-color: rgb(72,216,147); }
div.DivClassName
{
background-color: #48D893;
}
.BgClassName
{
background-color: #48D893;
}
</style>
border-color css
<style>
span { border-color: #48D893; }
span { border-color: rgb(72,216,147); }
td.TdClassName
{
border-color: #48D893;
}
.TagClassName
{
border-color: #48D893;
}
</style>