Shades of Shamrock #48D99D
Tints of Shamrock #48D99D
RGB
CMYK
RGB Variations
Color information
#48D99D (or 0x48D99D) is known color: Shamrock. HEX triplet: 48, D9 and 9D. RGB value is (72,217,157). Sum of RGB (Red+Green+Blue) = 72+217+157=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #48D99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D99D is #B72662. Grayscale: #A6A6A6. Windows color (decimal): -12002915 or 10344776. OLE color: 10344776.
HSL color Cylindrical-coordinate representation of color #48D99D: hue angle of 155.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D99D is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 217 | 157 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.15 |
| HSL | 155.17º | 0.66% | 0.57% | - |
| HSV(B) | 155.17º | 0.67% | 0.85% | - |
| XYZ | 33.57 | 53.44 | 40.44 | - |
| YUV | 166.81 | 122.46 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 217 | 157 | 0.67 | 0 | 0.28 | 0.15 | 155.17 | 0.66 | 0.57 |
| Hex | 48 | D9 | 9D | 43 | 0 | 1C | F | 9B | 42 | 39 |
| Octal | 110 | 331 | 235 | 103 | 0 | 34 | 17 | 233 | 102 | 71 |
| Binary | 1001000 | 11011001 | 10011101 | 1000011 | 0 | 11100 | 1111 | 10011011 | 1000010 | 111001 |
Color Harmonies of #48D99D
Complementary color
Monochromatic Colors of #48D99D
Black with #48D99D
Text Example
Text Example
White with #48D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D99D; }
p { color: rgb(72,217,157); }
H1.HeaderClassName
{
color: #48D99D;
}
.AnyTagClassName
{
color: #48D99D;
}
</style>
background-color css
<style>
a { background-color: #48D99D; }
a { background-color: rgb(72,217,157); }
div.DivClassName
{
background-color: #48D99D;
}
.BgClassName
{
background-color: #48D99D;
}
</style>
border-color css
<style>
span { border-color: #48D99D; }
span { border-color: rgb(72,217,157); }
td.TdClassName
{
border-color: #48D99D;
}
.TagClassName
{
border-color: #48D99D;
}
</style>