Shades of Shamrock #48F490
Tints of Shamrock #48F490
RGB
CMYK
RGB Variations
Color information
#48F490 (or 0x48F490) is known color: Shamrock. HEX triplet: 48, F4 and 90. RGB value is (72,244,144). Sum of RGB (Red+Green+Blue) = 72+244+144=460 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.65% from 460); Green value is 244 (95.70% from 255 or 53.04% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 244 - color contains mainly: green. Hex color #48F490 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F490 is #B70B6F. Grayscale: #B5B5B5. Windows color (decimal): -11996016 or 9499720. OLE color: 9499720.
HSL color Cylindrical-coordinate representation of color #48F490: hue angle of 145.12º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F490 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 244 | 144 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.04 |
| HSL | 145.12º | 0.89% | 0.62% | - |
| HSV(B) | 145.12º | 0.7% | 0.96% | - |
| XYZ | 40.06 | 68.09 | 37.42 | - |
| YUV | 181.17 | 107.02 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 244 | 144 | 0.70 | 0 | 0.41 | 0.04 | 145.12 | 0.89 | 0.62 |
| Hex | 48 | F4 | 90 | 46 | 0 | 29 | 4 | 91 | 59 | 3E |
| Octal | 110 | 364 | 220 | 106 | 0 | 51 | 4 | 221 | 131 | 76 |
| Binary | 1001000 | 11110100 | 10010000 | 1000110 | 0 | 101001 | 100 | 10010001 | 1011001 | 111110 |
Color Harmonies of #48F490
Complementary color
Monochromatic Colors of #48F490
Black with #48F490
Text Example
Text Example
White with #48F490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F490; }
p { color: rgb(72,244,144); }
H1.HeaderClassName
{
color: #48F490;
}
.AnyTagClassName
{
color: #48F490;
}
</style>
background-color css
<style>
a { background-color: #48F490; }
a { background-color: rgb(72,244,144); }
div.DivClassName
{
background-color: #48F490;
}
.BgClassName
{
background-color: #48F490;
}
</style>
border-color css
<style>
span { border-color: #48F490; }
span { border-color: rgb(72,244,144); }
td.TdClassName
{
border-color: #48F490;
}
.TagClassName
{
border-color: #48F490;
}
</style>