Shades of Shamrock #40DB8E
Tints of Shamrock #40DB8E
RGB
CMYK
RGB Variations
Color information
#40DB8E (or 0x40DB8E) is known color: Shamrock. HEX triplet: 40, DB and 8E. RGB value is (64,219,142). Sum of RGB (Red+Green+Blue) = 64+219+142=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DB8E is #BF2471. Grayscale: #A4A4A4. Windows color (decimal): -12526706 or 9362240. OLE color: 9362240.
HSL color Cylindrical-coordinate representation of color #40DB8E: hue angle of 150.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DB8E is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 142 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.14 |
| HSL | 150.19º | 0.68% | 0.55% | - |
| HSV(B) | 150.19º | 0.71% | 0.86% | - |
| XYZ | 32.33 | 53.71 | 34.25 | - |
| YUV | 163.88 | 115.65 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 142 | 0.71 | 0 | 0.35 | 0.14 | 150.19 | 0.68 | 0.55 |
| Hex | 40 | DB | 8E | 47 | 0 | 23 | E | 96 | 44 | 37 |
| Octal | 100 | 333 | 216 | 107 | 0 | 43 | 16 | 226 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10001110 | 1000111 | 0 | 100011 | 1110 | 10010110 | 1000100 | 110111 |
Color Harmonies of #40DB8E
Complementary color
Monochromatic Colors of #40DB8E
Black with #40DB8E
Text Example
Text Example
White with #40DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB8E; }
p { color: rgb(64,219,142); }
H1.HeaderClassName
{
color: #40DB8E;
}
.AnyTagClassName
{
color: #40DB8E;
}
</style>
background-color css
<style>
a { background-color: #40DB8E; }
a { background-color: rgb(64,219,142); }
div.DivClassName
{
background-color: #40DB8E;
}
.BgClassName
{
background-color: #40DB8E;
}
</style>
border-color css
<style>
span { border-color: #40DB8E; }
span { border-color: rgb(64,219,142); }
td.TdClassName
{
border-color: #40DB8E;
}
.TagClassName
{
border-color: #40DB8E;
}
</style>