Shades of Shamrock #40CD8E
Tints of Shamrock #40CD8E
RGB
CMYK
RGB Variations
Color information
#40CD8E (or 0x40CD8E) is known color: Shamrock. HEX triplet: 40, CD and 8E. RGB value is (64,205,142). Sum of RGB (Red+Green+Blue) = 64+205+142=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CD8E is #BF3271. Grayscale: #9B9B9B. Windows color (decimal): -12530290 or 9358656. OLE color: 9358656.
HSL color Cylindrical-coordinate representation of color #40CD8E: hue angle of 153.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CD8E is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 142 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.20 |
| HSL | 153.19º | 0.59% | 0.53% | - |
| HSV(B) | 153.19º | 0.69% | 0.8% | - |
| XYZ | 28.83 | 46.71 | 33.09 | - |
| YUV | 155.66 | 120.29 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 142 | 0.69 | 0 | 0.31 | 0.20 | 153.19 | 0.59 | 0.53 |
| Hex | 40 | CD | 8E | 45 | 0 | 1F | 14 | 99 | 3B | 35 |
| Octal | 100 | 315 | 216 | 105 | 0 | 37 | 24 | 231 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10001110 | 1000101 | 0 | 11111 | 10100 | 10011001 | 111011 | 110101 |
Color Harmonies of #40CD8E
Complementary color
Monochromatic Colors of #40CD8E
Black with #40CD8E
Text Example
Text Example
White with #40CD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD8E; }
p { color: rgb(64,205,142); }
H1.HeaderClassName
{
color: #40CD8E;
}
.AnyTagClassName
{
color: #40CD8E;
}
</style>
background-color css
<style>
a { background-color: #40CD8E; }
a { background-color: rgb(64,205,142); }
div.DivClassName
{
background-color: #40CD8E;
}
.BgClassName
{
background-color: #40CD8E;
}
</style>
border-color css
<style>
span { border-color: #40CD8E; }
span { border-color: rgb(64,205,142); }
td.TdClassName
{
border-color: #40CD8E;
}
.TagClassName
{
border-color: #40CD8E;
}
</style>