Shades of Shamrock #48DB98
Tints of Shamrock #48DB98
RGB
CMYK
RGB Variations
Color information
#48DB98 (or 0x48DB98) is known color: Shamrock. HEX triplet: 48, DB and 98. RGB value is (72,219,152). Sum of RGB (Red+Green+Blue) = 72+219+152=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DB98 is #B72467. Grayscale: #A7A7A7. Windows color (decimal): -12002408 or 10017608. OLE color: 10017608.
HSL color Cylindrical-coordinate representation of color #48DB98: hue angle of 152.65º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DB98 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 152 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.14 |
| HSL | 152.65º | 0.67% | 0.57% | - |
| HSV(B) | 152.65º | 0.67% | 0.86% | - |
| XYZ | 33.67 | 54.31 | 38.41 | - |
| YUV | 167.41 | 119.3 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 152 | 0.67 | 0 | 0.31 | 0.14 | 152.65 | 0.67 | 0.57 |
| Hex | 48 | DB | 98 | 43 | 0 | 1F | E | 99 | 43 | 39 |
| Octal | 110 | 333 | 230 | 103 | 0 | 37 | 16 | 231 | 103 | 71 |
| Binary | 1001000 | 11011011 | 10011000 | 1000011 | 0 | 11111 | 1110 | 10011001 | 1000011 | 111001 |
Color Harmonies of #48DB98
Complementary color
Monochromatic Colors of #48DB98
Black with #48DB98
Text Example
Text Example
White with #48DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DB98; }
p { color: rgb(72,219,152); }
H1.HeaderClassName
{
color: #48DB98;
}
.AnyTagClassName
{
color: #48DB98;
}
</style>
background-color css
<style>
a { background-color: #48DB98; }
a { background-color: rgb(72,219,152); }
div.DivClassName
{
background-color: #48DB98;
}
.BgClassName
{
background-color: #48DB98;
}
</style>
border-color css
<style>
span { border-color: #48DB98; }
span { border-color: rgb(72,219,152); }
td.TdClassName
{
border-color: #48DB98;
}
.TagClassName
{
border-color: #48DB98;
}
</style>