Shades of Shamrock #40D087
Tints of Shamrock #40D087
RGB
CMYK
RGB Variations
Color information
#40D087 (or 0x40D087) is known color: Shamrock. HEX triplet: 40, D0 and 87. RGB value is (64,208,135). Sum of RGB (Red+Green+Blue) = 64+208+135=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #40D087 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D087 is #BF2F78. Grayscale: #9C9C9C. Windows color (decimal): -12529529 or 8900672. OLE color: 8900672.
HSL color Cylindrical-coordinate representation of color #40D087: hue angle of 149.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D087 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 135 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.18 |
| HSL | 149.58º | 0.61% | 0.53% | - |
| HSV(B) | 149.58º | 0.69% | 0.82% | - |
| XYZ | 29.04 | 47.95 | 30.65 | - |
| YUV | 156.62 | 115.79 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 135 | 0.69 | 0 | 0.35 | 0.18 | 149.58 | 0.61 | 0.53 |
| Hex | 40 | D0 | 87 | 45 | 0 | 23 | 12 | 96 | 3D | 35 |
| Octal | 100 | 320 | 207 | 105 | 0 | 43 | 22 | 226 | 75 | 65 |
| Binary | 1000000 | 11010000 | 10000111 | 1000101 | 0 | 100011 | 10010 | 10010110 | 111101 | 110101 |
Color Harmonies of #40D087
Complementary color
Monochromatic Colors of #40D087
Black with #40D087
Text Example
Text Example
White with #40D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D087; }
p { color: rgb(64,208,135); }
H1.HeaderClassName
{
color: #40D087;
}
.AnyTagClassName
{
color: #40D087;
}
</style>
background-color css
<style>
a { background-color: #40D087; }
a { background-color: rgb(64,208,135); }
div.DivClassName
{
background-color: #40D087;
}
.BgClassName
{
background-color: #40D087;
}
</style>
border-color css
<style>
span { border-color: #40D087; }
span { border-color: rgb(64,208,135); }
td.TdClassName
{
border-color: #40D087;
}
.TagClassName
{
border-color: #40D087;
}
</style>