Shades of Shamrock #40D29F
Tints of Shamrock #40D29F
RGB
CMYK
RGB Variations
Color information
#40D29F (or 0x40D29F) is known color: Shamrock. HEX triplet: 40, D2 and 9F. RGB value is (64,210,159). Sum of RGB (Red+Green+Blue) = 64+210+159=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #40D29F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D29F is #BF2D60. Grayscale: #A0A0A0. Windows color (decimal): -12528993 or 10474048. OLE color: 10474048.
HSL color Cylindrical-coordinate representation of color #40D29F: hue angle of 159.04º 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 #40D29F is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 159 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.18 |
| HSL | 159.04º | 0.62% | 0.54% | - |
| HSV(B) | 159.04º | 0.7% | 0.82% | - |
| XYZ | 31.42 | 49.69 | 40.74 | - |
| YUV | 160.53 | 127.13 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 159 | 0.70 | 0 | 0.24 | 0.18 | 159.04 | 0.62 | 0.54 |
| Hex | 40 | D2 | 9F | 46 | 0 | 18 | 12 | 9F | 3E | 36 |
| Octal | 100 | 322 | 237 | 106 | 0 | 30 | 22 | 237 | 76 | 66 |
| Binary | 1000000 | 11010010 | 10011111 | 1000110 | 0 | 11000 | 10010 | 10011111 | 111110 | 110110 |
Color Harmonies of #40D29F
Complementary color
Monochromatic Colors of #40D29F
Black with #40D29F
Text Example
Text Example
White with #40D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D29F; }
p { color: rgb(64,210,159); }
H1.HeaderClassName
{
color: #40D29F;
}
.AnyTagClassName
{
color: #40D29F;
}
</style>
background-color css
<style>
a { background-color: #40D29F; }
a { background-color: rgb(64,210,159); }
div.DivClassName
{
background-color: #40D29F;
}
.BgClassName
{
background-color: #40D29F;
}
</style>
border-color css
<style>
span { border-color: #40D29F; }
span { border-color: rgb(64,210,159); }
td.TdClassName
{
border-color: #40D29F;
}
.TagClassName
{
border-color: #40D29F;
}
</style>