Shades of Shamrock #48CE8D
Tints of Shamrock #48CE8D
RGB
CMYK
RGB Variations
Color information
#48CE8D (or 0x48CE8D) is known color: Shamrock. HEX triplet: 48, CE and 8D. RGB value is (72,206,141). Sum of RGB (Red+Green+Blue) = 72+206+141=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CE8D is #B73172. Grayscale: #9E9E9E. Windows color (decimal): -12005747 or 9293384. OLE color: 9293384.
HSL color Cylindrical-coordinate representation of color #48CE8D: hue angle of 150.9º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CE8D is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 141 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.19 |
| HSL | 150.9º | 0.58% | 0.55% | - |
| HSV(B) | 150.9º | 0.65% | 0.81% | - |
| XYZ | 29.55 | 47.44 | 32.8 | - |
| YUV | 158.52 | 118.11 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 141 | 0.65 | 0 | 0.32 | 0.19 | 150.9 | 0.58 | 0.55 |
| Hex | 48 | CE | 8D | 41 | 0 | 20 | 13 | 97 | 3A | 37 |
| Octal | 110 | 316 | 215 | 101 | 0 | 40 | 23 | 227 | 72 | 67 |
| Binary | 1001000 | 11001110 | 10001101 | 1000001 | 0 | 100000 | 10011 | 10010111 | 111010 | 110111 |
Color Harmonies of #48CE8D
Complementary color
Monochromatic Colors of #48CE8D
Black with #48CE8D
Text Example
Text Example
White with #48CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE8D; }
p { color: rgb(72,206,141); }
H1.HeaderClassName
{
color: #48CE8D;
}
.AnyTagClassName
{
color: #48CE8D;
}
</style>
background-color css
<style>
a { background-color: #48CE8D; }
a { background-color: rgb(72,206,141); }
div.DivClassName
{
background-color: #48CE8D;
}
.BgClassName
{
background-color: #48CE8D;
}
</style>
border-color css
<style>
span { border-color: #48CE8D; }
span { border-color: rgb(72,206,141); }
td.TdClassName
{
border-color: #48CE8D;
}
.TagClassName
{
border-color: #48CE8D;
}
</style>