Shades of Shamrock #48D892
Tints of Shamrock #48D892
RGB
CMYK
RGB Variations
Color information
#48D892 (or 0x48D892) is known color: Shamrock. HEX triplet: 48, D8 and 92. RGB value is (72,216,146). Sum of RGB (Red+Green+Blue) = 72+216+146=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #48D892 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D892 is #B7276D. Grayscale: #A5A5A5. Windows color (decimal): -12003182 or 9623624. OLE color: 9623624.
HSL color Cylindrical-coordinate representation of color #48D892: hue angle of 150.83º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D892 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 216 | 146 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.15 |
| HSL | 150.83º | 0.65% | 0.56% | - |
| HSV(B) | 150.83º | 0.67% | 0.85% | - |
| XYZ | 32.42 | 52.56 | 35.63 | - |
| YUV | 164.96 | 117.29 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 216 | 146 | 0.67 | 0 | 0.32 | 0.15 | 150.83 | 0.65 | 0.56 |
| Hex | 48 | D8 | 92 | 43 | 0 | 20 | F | 97 | 41 | 38 |
| Octal | 110 | 330 | 222 | 103 | 0 | 40 | 17 | 227 | 101 | 70 |
| Binary | 1001000 | 11011000 | 10010010 | 1000011 | 0 | 100000 | 1111 | 10010111 | 1000001 | 111000 |
Color Harmonies of #48D892
Complementary color
Monochromatic Colors of #48D892
Black with #48D892
Text Example
Text Example
White with #48D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D892; }
p { color: rgb(72,216,146); }
H1.HeaderClassName
{
color: #48D892;
}
.AnyTagClassName
{
color: #48D892;
}
</style>
background-color css
<style>
a { background-color: #48D892; }
a { background-color: rgb(72,216,146); }
div.DivClassName
{
background-color: #48D892;
}
.BgClassName
{
background-color: #48D892;
}
</style>
border-color css
<style>
span { border-color: #48D892; }
span { border-color: rgb(72,216,146); }
td.TdClassName
{
border-color: #48D892;
}
.TagClassName
{
border-color: #48D892;
}
</style>