Shades of Shamrock #48E892
Tints of Shamrock #48E892
RGB
CMYK
RGB Variations
Color information
#48E892 (or 0x48E892) is known color: Shamrock. HEX triplet: 48, E8 and 92. RGB value is (72,232,146). Sum of RGB (Red+Green+Blue) = 72+232+146=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 232 (91.02% from 255 or 51.56% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 232 - color contains mainly: green. Hex color #48E892 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E892 is #B7176D. Grayscale: #AEAEAE. Windows color (decimal): -11999086 or 9627720. OLE color: 9627720.
HSL color Cylindrical-coordinate representation of color #48E892: hue angle of 147.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E892 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 232 | 146 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.09 |
| HSL | 147.75º | 0.78% | 0.6% | - |
| HSV(B) | 147.75º | 0.69% | 0.91% | - |
| XYZ | 36.72 | 61.17 | 37.07 | - |
| YUV | 174.36 | 111.99 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 232 | 146 | 0.69 | 0 | 0.37 | 0.09 | 147.75 | 0.78 | 0.6 |
| Hex | 48 | E8 | 92 | 45 | 0 | 25 | 9 | 94 | 4E | 3C |
| Octal | 110 | 350 | 222 | 105 | 0 | 45 | 11 | 224 | 116 | 74 |
| Binary | 1001000 | 11101000 | 10010010 | 1000101 | 0 | 100101 | 1001 | 10010100 | 1001110 | 111100 |
Color Harmonies of #48E892
Complementary color
Monochromatic Colors of #48E892
Black with #48E892
Text Example
Text Example
White with #48E892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E892; }
p { color: rgb(72,232,146); }
H1.HeaderClassName
{
color: #48E892;
}
.AnyTagClassName
{
color: #48E892;
}
</style>
background-color css
<style>
a { background-color: #48E892; }
a { background-color: rgb(72,232,146); }
div.DivClassName
{
background-color: #48E892;
}
.BgClassName
{
background-color: #48E892;
}
</style>
border-color css
<style>
span { border-color: #48E892; }
span { border-color: rgb(72,232,146); }
td.TdClassName
{
border-color: #48E892;
}
.TagClassName
{
border-color: #48E892;
}
</style>