Shades of Shamrock #40D196
Tints of Shamrock #40D196
RGB
CMYK
RGB Variations
Color information
#40D196 (or 0x40D196) is known color: Shamrock. HEX triplet: 40, D1 and 96. RGB value is (64,209,150). Sum of RGB (Red+Green+Blue) = 64+209+150=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #40D196 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D196 is #BF2E69. Grayscale: #9F9F9F. Windows color (decimal): -12529258 or 9883968. OLE color: 9883968.
HSL color Cylindrical-coordinate representation of color #40D196: hue angle of 155.59º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D196 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 150 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.18 |
| HSL | 155.59º | 0.61% | 0.54% | - |
| HSV(B) | 155.59º | 0.69% | 0.82% | - |
| XYZ | 30.42 | 48.89 | 36.69 | - |
| YUV | 158.92 | 122.96 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 150 | 0.69 | 0 | 0.28 | 0.18 | 155.59 | 0.61 | 0.54 |
| Hex | 40 | D1 | 96 | 45 | 0 | 1C | 12 | 9C | 3D | 36 |
| Octal | 100 | 321 | 226 | 105 | 0 | 34 | 22 | 234 | 75 | 66 |
| Binary | 1000000 | 11010001 | 10010110 | 1000101 | 0 | 11100 | 10010 | 10011100 | 111101 | 110110 |
Color Harmonies of #40D196
Complementary color
Monochromatic Colors of #40D196
Black with #40D196
Text Example
Text Example
White with #40D196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D196; }
p { color: rgb(64,209,150); }
H1.HeaderClassName
{
color: #40D196;
}
.AnyTagClassName
{
color: #40D196;
}
</style>
background-color css
<style>
a { background-color: #40D196; }
a { background-color: rgb(64,209,150); }
div.DivClassName
{
background-color: #40D196;
}
.BgClassName
{
background-color: #40D196;
}
</style>
border-color css
<style>
span { border-color: #40D196; }
span { border-color: rgb(64,209,150); }
td.TdClassName
{
border-color: #40D196;
}
.TagClassName
{
border-color: #40D196;
}
</style>