Shades of Shamrock #48DB90
Tints of Shamrock #48DB90
RGB
CMYK
RGB Variations
Color information
#48DB90 (or 0x48DB90) is known color: Shamrock. HEX triplet: 48, DB and 90. RGB value is (72,219,144). Sum of RGB (Red+Green+Blue) = 72+219+144=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DB90 is #B7246F. Grayscale: #A6A6A6. Windows color (decimal): -12002416 or 9493320. OLE color: 9493320.
HSL color Cylindrical-coordinate representation of color #48DB90: hue angle of 149.39º 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 #48DB90 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 144 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.14 |
| HSL | 149.39º | 0.67% | 0.57% | - |
| HSV(B) | 149.39º | 0.67% | 0.86% | - |
| XYZ | 33.04 | 54.05 | 35.08 | - |
| YUV | 166.5 | 115.3 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 144 | 0.67 | 0 | 0.34 | 0.14 | 149.39 | 0.67 | 0.57 |
| Hex | 48 | DB | 90 | 43 | 0 | 22 | E | 95 | 43 | 39 |
| Octal | 110 | 333 | 220 | 103 | 0 | 42 | 16 | 225 | 103 | 71 |
| Binary | 1001000 | 11011011 | 10010000 | 1000011 | 0 | 100010 | 1110 | 10010101 | 1000011 | 111001 |
Color Harmonies of #48DB90
Complementary color
Monochromatic Colors of #48DB90
Black with #48DB90
Text Example
Text Example
White with #48DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DB90; }
p { color: rgb(72,219,144); }
H1.HeaderClassName
{
color: #48DB90;
}
.AnyTagClassName
{
color: #48DB90;
}
</style>
background-color css
<style>
a { background-color: #48DB90; }
a { background-color: rgb(72,219,144); }
div.DivClassName
{
background-color: #48DB90;
}
.BgClassName
{
background-color: #48DB90;
}
</style>
border-color css
<style>
span { border-color: #48DB90; }
span { border-color: rgb(72,219,144); }
td.TdClassName
{
border-color: #48DB90;
}
.TagClassName
{
border-color: #48DB90;
}
</style>