Shades of Shamrock #48CE8F
Tints of Shamrock #48CE8F
RGB
CMYK
RGB Variations
Color information
#48CE8F (or 0x48CE8F) is known color: Shamrock. HEX triplet: 48, CE and 8F. RGB value is (72,206,143). Sum of RGB (Red+Green+Blue) = 72+206+143=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CE8F is #B73170. Grayscale: #9E9E9E. Windows color (decimal): -12005745 or 9424456. OLE color: 9424456.
HSL color Cylindrical-coordinate representation of color #48CE8F: hue angle of 151.79º 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 #48CE8F is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 143 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.19 |
| HSL | 151.79º | 0.58% | 0.55% | - |
| HSV(B) | 151.79º | 0.65% | 0.81% | - |
| XYZ | 29.7 | 47.5 | 33.59 | - |
| YUV | 158.75 | 119.11 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 143 | 0.65 | 0 | 0.31 | 0.19 | 151.79 | 0.58 | 0.55 |
| Hex | 48 | CE | 8F | 41 | 0 | 1F | 13 | 98 | 3A | 37 |
| Octal | 110 | 316 | 217 | 101 | 0 | 37 | 23 | 230 | 72 | 67 |
| Binary | 1001000 | 11001110 | 10001111 | 1000001 | 0 | 11111 | 10011 | 10011000 | 111010 | 110111 |
Color Harmonies of #48CE8F
Complementary color
Monochromatic Colors of #48CE8F
Black with #48CE8F
Text Example
Text Example
White with #48CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE8F; }
p { color: rgb(72,206,143); }
H1.HeaderClassName
{
color: #48CE8F;
}
.AnyTagClassName
{
color: #48CE8F;
}
</style>
background-color css
<style>
a { background-color: #48CE8F; }
a { background-color: rgb(72,206,143); }
div.DivClassName
{
background-color: #48CE8F;
}
.BgClassName
{
background-color: #48CE8F;
}
</style>
border-color css
<style>
span { border-color: #48CE8F; }
span { border-color: rgb(72,206,143); }
td.TdClassName
{
border-color: #48CE8F;
}
.TagClassName
{
border-color: #48CE8F;
}
</style>