Shades of Shamrock #48F192
Tints of Shamrock #48F192
RGB
CMYK
RGB Variations
Color information
#48F192 (or 0x48F192) is known color: Shamrock. HEX triplet: 48, F1 and 92. RGB value is (72,241,146). Sum of RGB (Red+Green+Blue) = 72+241+146=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #48F192 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F192 is #B70E6D. Grayscale: #B3B3B3. Windows color (decimal): -11996782 or 9630024. OLE color: 9630024.
HSL color Cylindrical-coordinate representation of color #48F192: hue angle of 146.27º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F192 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 241 | 146 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.05 |
| HSL | 146.27º | 0.86% | 0.61% | - |
| HSV(B) | 146.27º | 0.7% | 0.95% | - |
| XYZ | 39.32 | 66.36 | 37.93 | - |
| YUV | 179.64 | 109.01 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 241 | 146 | 0.70 | 0 | 0.39 | 0.05 | 146.27 | 0.86 | 0.61 |
| Hex | 48 | F1 | 92 | 46 | 0 | 27 | 5 | 92 | 56 | 3D |
| Octal | 110 | 361 | 222 | 106 | 0 | 47 | 5 | 222 | 126 | 75 |
| Binary | 1001000 | 11110001 | 10010010 | 1000110 | 0 | 100111 | 101 | 10010010 | 1010110 | 111101 |
Color Harmonies of #48F192
Complementary color
Monochromatic Colors of #48F192
Black with #48F192
Text Example
Text Example
White with #48F192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F192; }
p { color: rgb(72,241,146); }
H1.HeaderClassName
{
color: #48F192;
}
.AnyTagClassName
{
color: #48F192;
}
</style>
background-color css
<style>
a { background-color: #48F192; }
a { background-color: rgb(72,241,146); }
div.DivClassName
{
background-color: #48F192;
}
.BgClassName
{
background-color: #48F192;
}
</style>
border-color css
<style>
span { border-color: #48F192; }
span { border-color: rgb(72,241,146); }
td.TdClassName
{
border-color: #48F192;
}
.TagClassName
{
border-color: #48F192;
}
</style>