Shades of Shamrock #48D391
Tints of Shamrock #48D391
RGB
CMYK
RGB Variations
Color information
#48D391 (or 0x48D391) is known color: Shamrock. HEX triplet: 48, D3 and 91. RGB value is (72,211,145). Sum of RGB (Red+Green+Blue) = 72+211+145=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #48D391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D391 is #B72C6E. Grayscale: #A2A2A2. Windows color (decimal): -12004463 or 9556808. OLE color: 9556808.
HSL color Cylindrical-coordinate representation of color #48D391: hue angle of 151.51º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D391 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 211 | 145 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.17 |
| HSL | 151.51º | 0.61% | 0.55% | - |
| HSV(B) | 151.51º | 0.66% | 0.83% | - |
| XYZ | 31.08 | 50.01 | 34.8 | - |
| YUV | 161.92 | 118.45 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 211 | 145 | 0.66 | 0 | 0.31 | 0.17 | 151.51 | 0.61 | 0.55 |
| Hex | 48 | D3 | 91 | 42 | 0 | 1F | 11 | 98 | 3D | 37 |
| Octal | 110 | 323 | 221 | 102 | 0 | 37 | 21 | 230 | 75 | 67 |
| Binary | 1001000 | 11010011 | 10010001 | 1000010 | 0 | 11111 | 10001 | 10011000 | 111101 | 110111 |
Color Harmonies of #48D391
Complementary color
Monochromatic Colors of #48D391
Black with #48D391
Text Example
Text Example
White with #48D391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D391; }
p { color: rgb(72,211,145); }
H1.HeaderClassName
{
color: #48D391;
}
.AnyTagClassName
{
color: #48D391;
}
</style>
background-color css
<style>
a { background-color: #48D391; }
a { background-color: rgb(72,211,145); }
div.DivClassName
{
background-color: #48D391;
}
.BgClassName
{
background-color: #48D391;
}
</style>
border-color css
<style>
span { border-color: #48D391; }
span { border-color: rgb(72,211,145); }
td.TdClassName
{
border-color: #48D391;
}
.TagClassName
{
border-color: #48D391;
}
</style>