Shades of Shamrock #48F295
Tints of Shamrock #48F295
RGB
CMYK
RGB Variations
Color information
#48F295 (or 0x48F295) is known color: Shamrock. HEX triplet: 48, F2 and 95. RGB value is (72,242,149). Sum of RGB (Red+Green+Blue) = 72+242+149=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #48F295 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F295 is #B70D6A. Grayscale: #B4B4B4. Windows color (decimal): -11996523 or 9826888. OLE color: 9826888.
HSL color Cylindrical-coordinate representation of color #48F295: hue angle of 147.18º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F295 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 242 | 149 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.05 |
| HSL | 147.18º | 0.87% | 0.62% | - |
| HSV(B) | 147.18º | 0.7% | 0.95% | - |
| XYZ | 39.85 | 67.05 | 39.28 | - |
| YUV | 180.57 | 110.18 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 242 | 149 | 0.70 | 0 | 0.38 | 0.05 | 147.18 | 0.87 | 0.62 |
| Hex | 48 | F2 | 95 | 46 | 0 | 26 | 5 | 93 | 57 | 3E |
| Octal | 110 | 362 | 225 | 106 | 0 | 46 | 5 | 223 | 127 | 76 |
| Binary | 1001000 | 11110010 | 10010101 | 1000110 | 0 | 100110 | 101 | 10010011 | 1010111 | 111110 |
Color Harmonies of #48F295
Complementary color
Monochromatic Colors of #48F295
Black with #48F295
Text Example
Text Example
White with #48F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F295; }
p { color: rgb(72,242,149); }
H1.HeaderClassName
{
color: #48F295;
}
.AnyTagClassName
{
color: #48F295;
}
</style>
background-color css
<style>
a { background-color: #48F295; }
a { background-color: rgb(72,242,149); }
div.DivClassName
{
background-color: #48F295;
}
.BgClassName
{
background-color: #48F295;
}
</style>
border-color css
<style>
span { border-color: #48F295; }
span { border-color: rgb(72,242,149); }
td.TdClassName
{
border-color: #48F295;
}
.TagClassName
{
border-color: #48F295;
}
</style>