Shades of Shamrock #40C994
Tints of Shamrock #40C994
RGB
CMYK
RGB Variations
Color information
#40C994 (or 0x40C994) is known color: Shamrock. HEX triplet: 40, C9 and 94. RGB value is (64,201,148). Sum of RGB (Red+Green+Blue) = 64+201+148=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #40C994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C994 is #BF366B. Grayscale: #9A9A9A. Windows color (decimal): -12531308 or 9750848. OLE color: 9750848.
HSL color Cylindrical-coordinate representation of color #40C994: hue angle of 156.79º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C994 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 148 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.21 |
| HSL | 156.79º | 0.56% | 0.52% | - |
| HSV(B) | 156.79º | 0.68% | 0.79% | - |
| XYZ | 28.35 | 45 | 35.21 | - |
| YUV | 154 | 124.61 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 148 | 0.68 | 0 | 0.26 | 0.21 | 156.79 | 0.56 | 0.52 |
| Hex | 40 | C9 | 94 | 44 | 0 | 1A | 15 | 9D | 38 | 34 |
| Octal | 100 | 311 | 224 | 104 | 0 | 32 | 25 | 235 | 70 | 64 |
| Binary | 1000000 | 11001001 | 10010100 | 1000100 | 0 | 11010 | 10101 | 10011101 | 111000 | 110100 |
Color Harmonies of #40C994
Complementary color
Monochromatic Colors of #40C994
Black with #40C994
Text Example
Text Example
White with #40C994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C994; }
p { color: rgb(64,201,148); }
H1.HeaderClassName
{
color: #40C994;
}
.AnyTagClassName
{
color: #40C994;
}
</style>
background-color css
<style>
a { background-color: #40C994; }
a { background-color: rgb(64,201,148); }
div.DivClassName
{
background-color: #40C994;
}
.BgClassName
{
background-color: #40C994;
}
</style>
border-color css
<style>
span { border-color: #40C994; }
span { border-color: rgb(64,201,148); }
td.TdClassName
{
border-color: #40C994;
}
.TagClassName
{
border-color: #40C994;
}
</style>