Shades of Shamrock #48DD99
Tints of Shamrock #48DD99
RGB
CMYK
RGB Variations
Color information
#48DD99 (or 0x48DD99) is known color: Shamrock. HEX triplet: 48, DD and 99. RGB value is (72,221,153). Sum of RGB (Red+Green+Blue) = 72+221+153=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DD99 is #B72266. Grayscale: #A8A8A8. Windows color (decimal): -12001895 or 10083656. OLE color: 10083656.
HSL color Cylindrical-coordinate representation of color #48DD99: hue angle of 152.62º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DD99 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 153 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.13 |
| HSL | 152.62º | 0.69% | 0.57% | - |
| HSV(B) | 152.62º | 0.67% | 0.87% | - |
| XYZ | 34.28 | 55.39 | 39.02 | - |
| YUV | 168.7 | 119.14 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 153 | 0.67 | 0 | 0.31 | 0.13 | 152.62 | 0.69 | 0.57 |
| Hex | 48 | DD | 99 | 43 | 0 | 1F | D | 99 | 45 | 39 |
| Octal | 110 | 335 | 231 | 103 | 0 | 37 | 15 | 231 | 105 | 71 |
| Binary | 1001000 | 11011101 | 10011001 | 1000011 | 0 | 11111 | 1101 | 10011001 | 1000101 | 111001 |
Color Harmonies of #48DD99
Complementary color
Monochromatic Colors of #48DD99
Black with #48DD99
Text Example
Text Example
White with #48DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DD99; }
p { color: rgb(72,221,153); }
H1.HeaderClassName
{
color: #48DD99;
}
.AnyTagClassName
{
color: #48DD99;
}
</style>
background-color css
<style>
a { background-color: #48DD99; }
a { background-color: rgb(72,221,153); }
div.DivClassName
{
background-color: #48DD99;
}
.BgClassName
{
background-color: #48DD99;
}
</style>
border-color css
<style>
span { border-color: #48DD99; }
span { border-color: rgb(72,221,153); }
td.TdClassName
{
border-color: #48DD99;
}
.TagClassName
{
border-color: #48DD99;
}
</style>