Shades of Shamrock #40D29B
Tints of Shamrock #40D29B
RGB
CMYK
RGB Variations
Color information
#40D29B (or 0x40D29B) is known color: Shamrock. HEX triplet: 40, D2 and 9B. RGB value is (64,210,155). Sum of RGB (Red+Green+Blue) = 64+210+155=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #40D29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D29B is #BF2D64. Grayscale: #A0A0A0. Windows color (decimal): -12528997 or 10211904. OLE color: 10211904.
HSL color Cylindrical-coordinate representation of color #40D29B: hue angle of 157.4º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D29B is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 155 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.18 |
| HSL | 157.4º | 0.62% | 0.54% | - |
| HSV(B) | 157.4º | 0.7% | 0.82% | - |
| XYZ | 31.08 | 49.55 | 38.94 | - |
| YUV | 160.08 | 125.13 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 155 | 0.70 | 0 | 0.26 | 0.18 | 157.4 | 0.62 | 0.54 |
| Hex | 40 | D2 | 9B | 46 | 0 | 1A | 12 | 9D | 3E | 36 |
| Octal | 100 | 322 | 233 | 106 | 0 | 32 | 22 | 235 | 76 | 66 |
| Binary | 1000000 | 11010010 | 10011011 | 1000110 | 0 | 11010 | 10010 | 10011101 | 111110 | 110110 |
Color Harmonies of #40D29B
Complementary color
Monochromatic Colors of #40D29B
Black with #40D29B
Text Example
Text Example
White with #40D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D29B; }
p { color: rgb(64,210,155); }
H1.HeaderClassName
{
color: #40D29B;
}
.AnyTagClassName
{
color: #40D29B;
}
</style>
background-color css
<style>
a { background-color: #40D29B; }
a { background-color: rgb(64,210,155); }
div.DivClassName
{
background-color: #40D29B;
}
.BgClassName
{
background-color: #40D29B;
}
</style>
border-color css
<style>
span { border-color: #40D29B; }
span { border-color: rgb(64,210,155); }
td.TdClassName
{
border-color: #40D29B;
}
.TagClassName
{
border-color: #40D29B;
}
</style>