Shades of Shamrock #40CD8C
Tints of Shamrock #40CD8C
RGB
CMYK
RGB Variations
Color information
#40CD8C (or 0x40CD8C) is known color: Shamrock. HEX triplet: 40, CD and 8C. RGB value is (64,205,140). Sum of RGB (Red+Green+Blue) = 64+205+140=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CD8C is #BF3273. Grayscale: #9B9B9B. Windows color (decimal): -12530292 or 9227584. OLE color: 9227584.
HSL color Cylindrical-coordinate representation of color #40CD8C: hue angle of 152.34º 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 #40CD8C is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 140 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.20 |
| HSL | 152.34º | 0.59% | 0.53% | - |
| HSV(B) | 152.34º | 0.69% | 0.8% | - |
| XYZ | 28.68 | 46.65 | 32.3 | - |
| YUV | 155.43 | 119.29 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 140 | 0.69 | 0 | 0.32 | 0.20 | 152.34 | 0.59 | 0.53 |
| Hex | 40 | CD | 8C | 45 | 0 | 20 | 14 | 98 | 3B | 35 |
| Octal | 100 | 315 | 214 | 105 | 0 | 40 | 24 | 230 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10001100 | 1000101 | 0 | 100000 | 10100 | 10011000 | 111011 | 110101 |
Color Harmonies of #40CD8C
Complementary color
Monochromatic Colors of #40CD8C
Black with #40CD8C
Text Example
Text Example
White with #40CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD8C; }
p { color: rgb(64,205,140); }
H1.HeaderClassName
{
color: #40CD8C;
}
.AnyTagClassName
{
color: #40CD8C;
}
</style>
background-color css
<style>
a { background-color: #40CD8C; }
a { background-color: rgb(64,205,140); }
div.DivClassName
{
background-color: #40CD8C;
}
.BgClassName
{
background-color: #40CD8C;
}
</style>
border-color css
<style>
span { border-color: #40CD8C; }
span { border-color: rgb(64,205,140); }
td.TdClassName
{
border-color: #40CD8C;
}
.TagClassName
{
border-color: #40CD8C;
}
</style>