Shades of Shamrock #48F098
Tints of Shamrock #48F098
RGB
CMYK
RGB Variations
Color information
#48F098 (or 0x48F098) is known color: Shamrock. HEX triplet: 48, F0 and 98. RGB value is (72,240,152). Sum of RGB (Red+Green+Blue) = 72+240+152=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #48F098 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F098 is #B70F67. Grayscale: #B3B3B3. Windows color (decimal): -11997032 or 10022984. OLE color: 10022984.
HSL color Cylindrical-coordinate representation of color #48F098: hue angle of 148.57º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F098 is Cyan = 0.7, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 240 | 152 | - |
| CMYK | 0.7 | 0 | 0.37 | 0.06 |
| HSL | 148.57º | 0.85% | 0.61% | - |
| HSV(B) | 148.57º | 0.7% | 0.94% | - |
| XYZ | 39.5 | 65.96 | 40.36 | - |
| YUV | 179.74 | 112.34 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 240 | 152 | 0.7 | 0 | 0.37 | 0.06 | 148.57 | 0.85 | 0.61 |
| Hex | 48 | F0 | 98 | 46 | 0 | 25 | 6 | 95 | 55 | 3D |
| Octal | 110 | 360 | 230 | 106 | 0 | 45 | 6 | 225 | 125 | 75 |
| Binary | 1001000 | 11110000 | 10011000 | 1000110 | 0 | 100101 | 110 | 10010101 | 1010101 | 111101 |
Color Harmonies of #48F098
Complementary color
Monochromatic Colors of #48F098
Black with #48F098
Text Example
Text Example
White with #48F098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F098; }
p { color: rgb(72,240,152); }
H1.HeaderClassName
{
color: #48F098;
}
.AnyTagClassName
{
color: #48F098;
}
</style>
background-color css
<style>
a { background-color: #48F098; }
a { background-color: rgb(72,240,152); }
div.DivClassName
{
background-color: #48F098;
}
.BgClassName
{
background-color: #48F098;
}
</style>
border-color css
<style>
span { border-color: #48F098; }
span { border-color: rgb(72,240,152); }
td.TdClassName
{
border-color: #48F098;
}
.TagClassName
{
border-color: #48F098;
}
</style>