Shades of Shamrock #48D696
Tints of Shamrock #48D696
RGB
CMYK
RGB Variations
Color information
#48D696 (or 0x48D696) is known color: Shamrock. HEX triplet: 48, D6 and 96. RGB value is (72,214,150). Sum of RGB (Red+Green+Blue) = 72+214+150=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #48D696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D696 is #B72969. Grayscale: #A4A4A4. Windows color (decimal): -12003690 or 9885256. OLE color: 9885256.
HSL color Cylindrical-coordinate representation of color #48D696: hue angle of 152.96º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D696 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 214 | 150 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.16 |
| HSL | 152.96º | 0.63% | 0.56% | - |
| HSV(B) | 152.96º | 0.66% | 0.84% | - |
| XYZ | 32.22 | 51.67 | 37.13 | - |
| YUV | 164.25 | 119.96 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 214 | 150 | 0.66 | 0 | 0.30 | 0.16 | 152.96 | 0.63 | 0.56 |
| Hex | 48 | D6 | 96 | 42 | 0 | 1E | 10 | 99 | 3F | 38 |
| Octal | 110 | 326 | 226 | 102 | 0 | 36 | 20 | 231 | 77 | 70 |
| Binary | 1001000 | 11010110 | 10010110 | 1000010 | 0 | 11110 | 10000 | 10011001 | 111111 | 111000 |
Color Harmonies of #48D696
Complementary color
Monochromatic Colors of #48D696
Black with #48D696
Text Example
Text Example
White with #48D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D696; }
p { color: rgb(72,214,150); }
H1.HeaderClassName
{
color: #48D696;
}
.AnyTagClassName
{
color: #48D696;
}
</style>
background-color css
<style>
a { background-color: #48D696; }
a { background-color: rgb(72,214,150); }
div.DivClassName
{
background-color: #48D696;
}
.BgClassName
{
background-color: #48D696;
}
</style>
border-color css
<style>
span { border-color: #48D696; }
span { border-color: rgb(72,214,150); }
td.TdClassName
{
border-color: #48D696;
}
.TagClassName
{
border-color: #48D696;
}
</style>