Shades of Shamrock #40D994
Tints of Shamrock #40D994
RGB
CMYK
RGB Variations
Color information
#40D994 (or 0x40D994) is known color: Shamrock. HEX triplet: 40, D9 and 94. RGB value is (64,217,148). Sum of RGB (Red+Green+Blue) = 64+217+148=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #40D994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D994 is #BF266B. Grayscale: #A3A3A3. Windows color (decimal): -12527212 or 9754944. OLE color: 9754944.
HSL color Cylindrical-coordinate representation of color #40D994: hue angle of 152.94º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D994 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 217 | 148 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.15 |
| HSL | 152.94º | 0.67% | 0.55% | - |
| HSV(B) | 152.94º | 0.71% | 0.85% | - |
| XYZ | 32.27 | 52.85 | 36.52 | - |
| YUV | 163.39 | 119.31 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 217 | 148 | 0.71 | 0 | 0.32 | 0.15 | 152.94 | 0.67 | 0.55 |
| Hex | 40 | D9 | 94 | 47 | 0 | 20 | F | 99 | 43 | 37 |
| Octal | 100 | 331 | 224 | 107 | 0 | 40 | 17 | 231 | 103 | 67 |
| Binary | 1000000 | 11011001 | 10010100 | 1000111 | 0 | 100000 | 1111 | 10011001 | 1000011 | 110111 |
Color Harmonies of #40D994
Complementary color
Monochromatic Colors of #40D994
Black with #40D994
Text Example
Text Example
White with #40D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D994; }
p { color: rgb(64,217,148); }
H1.HeaderClassName
{
color: #40D994;
}
.AnyTagClassName
{
color: #40D994;
}
</style>
background-color css
<style>
a { background-color: #40D994; }
a { background-color: rgb(64,217,148); }
div.DivClassName
{
background-color: #40D994;
}
.BgClassName
{
background-color: #40D994;
}
</style>
border-color css
<style>
span { border-color: #40D994; }
span { border-color: rgb(64,217,148); }
td.TdClassName
{
border-color: #40D994;
}
.TagClassName
{
border-color: #40D994;
}
</style>