Shades of Shamrock #48DF95
Tints of Shamrock #48DF95
RGB
CMYK
RGB Variations
Color information
#48DF95 (or 0x48DF95) is known color: Shamrock. HEX triplet: 48, DF and 95. RGB value is (72,223,149). Sum of RGB (Red+Green+Blue) = 72+223+149=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DF95 is #B7206A. Grayscale: #A9A9A9. Windows color (decimal): -12001387 or 9822024. OLE color: 9822024.
HSL color Cylindrical-coordinate representation of color #48DF95: hue angle of 150.6º 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 #48DF95 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 149 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.13 |
| HSL | 150.6º | 0.7% | 0.58% | - |
| HSV(B) | 150.6º | 0.68% | 0.87% | - |
| XYZ | 34.48 | 56.32 | 37.49 | - |
| YUV | 169.42 | 116.47 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 149 | 0.68 | 0 | 0.33 | 0.13 | 150.6 | 0.7 | 0.58 |
| Hex | 48 | DF | 95 | 44 | 0 | 21 | D | 97 | 46 | 3A |
| Octal | 110 | 337 | 225 | 104 | 0 | 41 | 15 | 227 | 106 | 72 |
| Binary | 1001000 | 11011111 | 10010101 | 1000100 | 0 | 100001 | 1101 | 10010111 | 1000110 | 111010 |
Color Harmonies of #48DF95
Complementary color
Monochromatic Colors of #48DF95
Black with #48DF95
Text Example
Text Example
White with #48DF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DF95; }
p { color: rgb(72,223,149); }
H1.HeaderClassName
{
color: #48DF95;
}
.AnyTagClassName
{
color: #48DF95;
}
</style>
background-color css
<style>
a { background-color: #48DF95; }
a { background-color: rgb(72,223,149); }
div.DivClassName
{
background-color: #48DF95;
}
.BgClassName
{
background-color: #48DF95;
}
</style>
border-color css
<style>
span { border-color: #48DF95; }
span { border-color: rgb(72,223,149); }
td.TdClassName
{
border-color: #48DF95;
}
.TagClassName
{
border-color: #48DF95;
}
</style>