Shades of Shamrock #48DF9F
Tints of Shamrock #48DF9F
RGB
CMYK
RGB Variations
Color information
#48DF9F (or 0x48DF9F) is known color: Shamrock. HEX triplet: 48, DF and 9F. RGB value is (72,223,159). Sum of RGB (Red+Green+Blue) = 72+223+159=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DF9F is #B72060. Grayscale: #AAAAAA. Windows color (decimal): -12001377 or 10477384. OLE color: 10477384.
HSL color Cylindrical-coordinate representation of color #48DF9F: hue angle of 154.57º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DF9F is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 159 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.13 |
| HSL | 154.57º | 0.7% | 0.58% | - |
| HSV(B) | 154.57º | 0.68% | 0.87% | - |
| XYZ | 35.32 | 56.66 | 41.88 | - |
| YUV | 170.56 | 121.47 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 159 | 0.68 | 0 | 0.29 | 0.13 | 154.57 | 0.7 | 0.58 |
| Hex | 48 | DF | 9F | 44 | 0 | 1D | D | 9B | 46 | 3A |
| Octal | 110 | 337 | 237 | 104 | 0 | 35 | 15 | 233 | 106 | 72 |
| Binary | 1001000 | 11011111 | 10011111 | 1000100 | 0 | 11101 | 1101 | 10011011 | 1000110 | 111010 |
Color Harmonies of #48DF9F
Complementary color
Monochromatic Colors of #48DF9F
Black with #48DF9F
Text Example
Text Example
White with #48DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DF9F; }
p { color: rgb(72,223,159); }
H1.HeaderClassName
{
color: #48DF9F;
}
.AnyTagClassName
{
color: #48DF9F;
}
</style>
background-color css
<style>
a { background-color: #48DF9F; }
a { background-color: rgb(72,223,159); }
div.DivClassName
{
background-color: #48DF9F;
}
.BgClassName
{
background-color: #48DF9F;
}
</style>
border-color css
<style>
span { border-color: #48DF9F; }
span { border-color: rgb(72,223,159); }
td.TdClassName
{
border-color: #48DF9F;
}
.TagClassName
{
border-color: #48DF9F;
}
</style>