Shades of Shamrock #44D994
Tints of Shamrock #44D994
RGB
CMYK
RGB Variations
Color information
#44D994 (or 0x44D994) is known color: Shamrock. HEX triplet: 44, D9 and 94. RGB value is (68,217,148). Sum of RGB (Red+Green+Blue) = 68+217+148=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #44D994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D994 is #BB266B. Grayscale: #A4A4A4. Windows color (decimal): -12265068 or 9754948. OLE color: 9754948.
HSL color Cylindrical-coordinate representation of color #44D994: hue angle of 152.21º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44D994 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 217 | 148 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.15 |
| HSL | 152.21º | 0.66% | 0.56% | - |
| HSV(B) | 152.21º | 0.69% | 0.85% | - |
| XYZ | 32.54 | 52.99 | 36.53 | - |
| YUV | 164.58 | 118.64 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 217 | 148 | 0.69 | 0 | 0.32 | 0.15 | 152.21 | 0.66 | 0.56 |
| Hex | 44 | D9 | 94 | 45 | 0 | 20 | F | 98 | 42 | 38 |
| Octal | 104 | 331 | 224 | 105 | 0 | 40 | 17 | 230 | 102 | 70 |
| Binary | 1000100 | 11011001 | 10010100 | 1000101 | 0 | 100000 | 1111 | 10011000 | 1000010 | 111000 |
Color Harmonies of #44D994
Complementary color
Monochromatic Colors of #44D994
Black with #44D994
Text Example
Text Example
White with #44D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D994; }
p { color: rgb(68,217,148); }
H1.HeaderClassName
{
color: #44D994;
}
.AnyTagClassName
{
color: #44D994;
}
</style>
background-color css
<style>
a { background-color: #44D994; }
a { background-color: rgb(68,217,148); }
div.DivClassName
{
background-color: #44D994;
}
.BgClassName
{
background-color: #44D994;
}
</style>
border-color css
<style>
span { border-color: #44D994; }
span { border-color: rgb(68,217,148); }
td.TdClassName
{
border-color: #44D994;
}
.TagClassName
{
border-color: #44D994;
}
</style>