Shades of Shamrock #48D997
Tints of Shamrock #48D997
RGB
CMYK
RGB Variations
Color information
#48D997 (or 0x48D997) is known color: Shamrock. HEX triplet: 48, D9 and 97. RGB value is (72,217,151). Sum of RGB (Red+Green+Blue) = 72+217+151=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #48D997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D997 is #B72668. Grayscale: #A6A6A6. Windows color (decimal): -12002921 or 9951560. OLE color: 9951560.
HSL color Cylindrical-coordinate representation of color #48D997: hue angle of 152.69º 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 #48D997 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 217 | 151 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.15 |
| HSL | 152.69º | 0.66% | 0.57% | - |
| HSV(B) | 152.69º | 0.67% | 0.85% | - |
| XYZ | 33.07 | 53.24 | 37.81 | - |
| YUV | 166.12 | 119.46 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 217 | 151 | 0.67 | 0 | 0.30 | 0.15 | 152.69 | 0.66 | 0.57 |
| Hex | 48 | D9 | 97 | 43 | 0 | 1E | F | 99 | 42 | 39 |
| Octal | 110 | 331 | 227 | 103 | 0 | 36 | 17 | 231 | 102 | 71 |
| Binary | 1001000 | 11011001 | 10010111 | 1000011 | 0 | 11110 | 1111 | 10011001 | 1000010 | 111001 |
Color Harmonies of #48D997
Complementary color
Monochromatic Colors of #48D997
Black with #48D997
Text Example
Text Example
White with #48D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D997; }
p { color: rgb(72,217,151); }
H1.HeaderClassName
{
color: #48D997;
}
.AnyTagClassName
{
color: #48D997;
}
</style>
background-color css
<style>
a { background-color: #48D997; }
a { background-color: rgb(72,217,151); }
div.DivClassName
{
background-color: #48D997;
}
.BgClassName
{
background-color: #48D997;
}
</style>
border-color css
<style>
span { border-color: #48D997; }
span { border-color: rgb(72,217,151); }
td.TdClassName
{
border-color: #48D997;
}
.TagClassName
{
border-color: #48D997;
}
</style>