Shades of Shamrock #40CD9E
Tints of Shamrock #40CD9E
RGB
CMYK
RGB Variations
Color information
#40CD9E (or 0x40CD9E) is known color: Shamrock. HEX triplet: 40, CD and 9E. RGB value is (64,205,158). Sum of RGB (Red+Green+Blue) = 64+205+158=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CD9E is #BF3261. Grayscale: #9D9D9D. Windows color (decimal): -12530274 or 10407232. OLE color: 10407232.
HSL color Cylindrical-coordinate representation of color #40CD9E: hue angle of 160º 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 #40CD9E is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 158 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.20 |
| HSL | 160º | 0.59% | 0.53% | - |
| HSV(B) | 160º | 0.69% | 0.8% | - |
| XYZ | 30.12 | 47.22 | 39.88 | - |
| YUV | 157.48 | 128.29 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 158 | 0.69 | 0 | 0.23 | 0.20 | 160 | 0.59 | 0.53 |
| Hex | 40 | CD | 9E | 45 | 0 | 17 | 14 | A0 | 3B | 35 |
| Octal | 100 | 315 | 236 | 105 | 0 | 27 | 24 | 240 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10011110 | 1000101 | 0 | 10111 | 10100 | 10100000 | 111011 | 110101 |
Color Harmonies of #40CD9E
Complementary color
Monochromatic Colors of #40CD9E
Black with #40CD9E
Text Example
Text Example
White with #40CD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD9E; }
p { color: rgb(64,205,158); }
H1.HeaderClassName
{
color: #40CD9E;
}
.AnyTagClassName
{
color: #40CD9E;
}
</style>
background-color css
<style>
a { background-color: #40CD9E; }
a { background-color: rgb(64,205,158); }
div.DivClassName
{
background-color: #40CD9E;
}
.BgClassName
{
background-color: #40CD9E;
}
</style>
border-color css
<style>
span { border-color: #40CD9E; }
span { border-color: rgb(64,205,158); }
td.TdClassName
{
border-color: #40CD9E;
}
.TagClassName
{
border-color: #40CD9E;
}
</style>