Shades of Shamrock #40C29D
Tints of Shamrock #40C29D
RGB
CMYK
RGB Variations
Color information
#40C29D (or 0x40C29D) is known color: Shamrock. HEX triplet: 40, C2 and 9D. RGB value is (64,194,157). Sum of RGB (Red+Green+Blue) = 64+194+157=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #40C29D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C29D is #BF3D62. Grayscale: #969696. Windows color (decimal): -12533091 or 10338880. OLE color: 10338880.
HSL color Cylindrical-coordinate representation of color #40C29D: hue angle of 162.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C29D is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 157 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.24 |
| HSL | 162.92º | 0.52% | 0.51% | - |
| HSV(B) | 162.92º | 0.67% | 0.76% | - |
| XYZ | 27.49 | 42.11 | 38.58 | - |
| YUV | 150.91 | 131.43 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 157 | 0.67 | 0 | 0.19 | 0.24 | 162.92 | 0.52 | 0.51 |
| Hex | 40 | C2 | 9D | 43 | 0 | 13 | 18 | A3 | 34 | 33 |
| Octal | 100 | 302 | 235 | 103 | 0 | 23 | 30 | 243 | 64 | 63 |
| Binary | 1000000 | 11000010 | 10011101 | 1000011 | 0 | 10011 | 11000 | 10100011 | 110100 | 110011 |
Color Harmonies of #40C29D
Complementary color
Monochromatic Colors of #40C29D
Black with #40C29D
Text Example
Text Example
White with #40C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C29D; }
p { color: rgb(64,194,157); }
H1.HeaderClassName
{
color: #40C29D;
}
.AnyTagClassName
{
color: #40C29D;
}
</style>
background-color css
<style>
a { background-color: #40C29D; }
a { background-color: rgb(64,194,157); }
div.DivClassName
{
background-color: #40C29D;
}
.BgClassName
{
background-color: #40C29D;
}
</style>
border-color css
<style>
span { border-color: #40C29D; }
span { border-color: rgb(64,194,157); }
td.TdClassName
{
border-color: #40C29D;
}
.TagClassName
{
border-color: #40C29D;
}
</style>