Shades of Shamrock #48CE99
Tints of Shamrock #48CE99
RGB
CMYK
RGB Variations
Color information
#48CE99 (or 0x48CE99) is known color: Shamrock. HEX triplet: 48, CE and 99. RGB value is (72,206,153). Sum of RGB (Red+Green+Blue) = 72+206+153=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CE99 is #B73166. Grayscale: #9F9F9F. Windows color (decimal): -12005735 or 10079816. OLE color: 10079816.
HSL color Cylindrical-coordinate representation of color #48CE99: hue angle of 156.27º 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 #48CE99 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 153 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.19 |
| HSL | 156.27º | 0.58% | 0.55% | - |
| HSV(B) | 156.27º | 0.65% | 0.81% | - |
| XYZ | 30.49 | 47.82 | 37.76 | - |
| YUV | 159.89 | 124.11 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 153 | 0.65 | 0 | 0.26 | 0.19 | 156.27 | 0.58 | 0.55 |
| Hex | 48 | CE | 99 | 41 | 0 | 1A | 13 | 9C | 3A | 37 |
| Octal | 110 | 316 | 231 | 101 | 0 | 32 | 23 | 234 | 72 | 67 |
| Binary | 1001000 | 11001110 | 10011001 | 1000001 | 0 | 11010 | 10011 | 10011100 | 111010 | 110111 |
Color Harmonies of #48CE99
Complementary color
Monochromatic Colors of #48CE99
Black with #48CE99
Text Example
Text Example
White with #48CE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE99; }
p { color: rgb(72,206,153); }
H1.HeaderClassName
{
color: #48CE99;
}
.AnyTagClassName
{
color: #48CE99;
}
</style>
background-color css
<style>
a { background-color: #48CE99; }
a { background-color: rgb(72,206,153); }
div.DivClassName
{
background-color: #48CE99;
}
.BgClassName
{
background-color: #48CE99;
}
</style>
border-color css
<style>
span { border-color: #48CE99; }
span { border-color: rgb(72,206,153); }
td.TdClassName
{
border-color: #48CE99;
}
.TagClassName
{
border-color: #48CE99;
}
</style>