Shades of Shamrock #48D48E
Tints of Shamrock #48D48E
RGB
CMYK
RGB Variations
Color information
#48D48E (or 0x48D48E) is known color: Shamrock. HEX triplet: 48, D4 and 8E. RGB value is (72,212,142). Sum of RGB (Red+Green+Blue) = 72+212+142=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #48D48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D48E is #B72B71. Grayscale: #A2A2A2. Windows color (decimal): -12004210 or 9360456. OLE color: 9360456.
HSL color Cylindrical-coordinate representation of color #48D48E: hue angle of 150º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D48E is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 212 | 142 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.17 |
| HSL | 150º | 0.62% | 0.56% | - |
| HSV(B) | 150º | 0.66% | 0.83% | - |
| XYZ | 31.1 | 50.42 | 33.68 | - |
| YUV | 162.16 | 116.62 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 142 | 0.66 | 0 | 0.33 | 0.17 | 150 | 0.62 | 0.56 |
| Hex | 48 | D4 | 8E | 42 | 0 | 21 | 11 | 96 | 3E | 38 |
| Octal | 110 | 324 | 216 | 102 | 0 | 41 | 21 | 226 | 76 | 70 |
| Binary | 1001000 | 11010100 | 10001110 | 1000010 | 0 | 100001 | 10001 | 10010110 | 111110 | 111000 |
Color Harmonies of #48D48E
Complementary color
Monochromatic Colors of #48D48E
Black with #48D48E
Text Example
Text Example
White with #48D48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D48E; }
p { color: rgb(72,212,142); }
H1.HeaderClassName
{
color: #48D48E;
}
.AnyTagClassName
{
color: #48D48E;
}
</style>
background-color css
<style>
a { background-color: #48D48E; }
a { background-color: rgb(72,212,142); }
div.DivClassName
{
background-color: #48D48E;
}
.BgClassName
{
background-color: #48D48E;
}
</style>
border-color css
<style>
span { border-color: #48D48E; }
span { border-color: rgb(72,212,142); }
td.TdClassName
{
border-color: #48D48E;
}
.TagClassName
{
border-color: #48D48E;
}
</style>