Shades of Shamrock #48F298
Tints of Shamrock #48F298
RGB
CMYK
RGB Variations
Color information
#48F298 (or 0x48F298) is known color: Shamrock. HEX triplet: 48, F2 and 98. RGB value is (72,242,152). Sum of RGB (Red+Green+Blue) = 72+242+152=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #48F298 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F298 is #B70D67. Grayscale: #B5B5B5. Windows color (decimal): -11996520 or 10023496. OLE color: 10023496.
HSL color Cylindrical-coordinate representation of color #48F298: hue angle of 148.24º 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 #48F298 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 242 | 152 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.05 |
| HSL | 148.24º | 0.87% | 0.62% | - |
| HSV(B) | 148.24º | 0.7% | 0.95% | - |
| XYZ | 40.09 | 67.15 | 40.55 | - |
| YUV | 180.91 | 111.68 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 242 | 152 | 0.70 | 0 | 0.37 | 0.05 | 148.24 | 0.87 | 0.62 |
| Hex | 48 | F2 | 98 | 46 | 0 | 25 | 5 | 94 | 57 | 3E |
| Octal | 110 | 362 | 230 | 106 | 0 | 45 | 5 | 224 | 127 | 76 |
| Binary | 1001000 | 11110010 | 10011000 | 1000110 | 0 | 100101 | 101 | 10010100 | 1010111 | 111110 |
Color Harmonies of #48F298
Complementary color
Monochromatic Colors of #48F298
Black with #48F298
Text Example
Text Example
White with #48F298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F298; }
p { color: rgb(72,242,152); }
H1.HeaderClassName
{
color: #48F298;
}
.AnyTagClassName
{
color: #48F298;
}
</style>
background-color css
<style>
a { background-color: #48F298; }
a { background-color: rgb(72,242,152); }
div.DivClassName
{
background-color: #48F298;
}
.BgClassName
{
background-color: #48F298;
}
</style>
border-color css
<style>
span { border-color: #48F298; }
span { border-color: rgb(72,242,152); }
td.TdClassName
{
border-color: #48F298;
}
.TagClassName
{
border-color: #48F298;
}
</style>