Shades of Shamrock #40C18E
Tints of Shamrock #40C18E
RGB
CMYK
RGB Variations
Color information
#40C18E (or 0x40C18E) is known color: Shamrock. HEX triplet: 40, C1 and 8E. RGB value is (64,193,142). Sum of RGB (Red+Green+Blue) = 64+193+142=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #40C18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C18E is #BF3E71. Grayscale: #949494. Windows color (decimal): -12533362 or 9355584. OLE color: 9355584.
HSL color Cylindrical-coordinate representation of color #40C18E: hue angle of 156.28º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C18E is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 142 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.24 |
| HSL | 156.28º | 0.51% | 0.5% | - |
| HSV(B) | 156.28º | 0.67% | 0.76% | - |
| XYZ | 26.07 | 41.18 | 32.17 | - |
| YUV | 148.62 | 124.26 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 142 | 0.67 | 0 | 0.26 | 0.24 | 156.28 | 0.51 | 0.5 |
| Hex | 40 | C1 | 8E | 43 | 0 | 1A | 18 | 9C | 33 | 32 |
| Octal | 100 | 301 | 216 | 103 | 0 | 32 | 30 | 234 | 63 | 62 |
| Binary | 1000000 | 11000001 | 10001110 | 1000011 | 0 | 11010 | 11000 | 10011100 | 110011 | 110010 |
Color Harmonies of #40C18E
Complementary color
Monochromatic Colors of #40C18E
Black with #40C18E
Text Example
Text Example
White with #40C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C18E; }
p { color: rgb(64,193,142); }
H1.HeaderClassName
{
color: #40C18E;
}
.AnyTagClassName
{
color: #40C18E;
}
</style>
background-color css
<style>
a { background-color: #40C18E; }
a { background-color: rgb(64,193,142); }
div.DivClassName
{
background-color: #40C18E;
}
.BgClassName
{
background-color: #40C18E;
}
</style>
border-color css
<style>
span { border-color: #40C18E; }
span { border-color: rgb(64,193,142); }
td.TdClassName
{
border-color: #40C18E;
}
.TagClassName
{
border-color: #40C18E;
}
</style>