Shades of Shamrock #40D890
Tints of Shamrock #40D890
RGB
CMYK
RGB Variations
Color information
#40D890 (or 0x40D890) is known color: Shamrock. HEX triplet: 40, D8 and 90. RGB value is (64,216,144). Sum of RGB (Red+Green+Blue) = 64+216+144=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #40D890 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D890 is #BF276F. Grayscale: #A2A2A2. Windows color (decimal): -12527472 or 9492544. OLE color: 9492544.
HSL color Cylindrical-coordinate representation of color #40D890: hue angle of 151.58º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D890 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 216 | 144 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.15 |
| HSL | 151.58º | 0.66% | 0.55% | - |
| HSV(B) | 151.58º | 0.7% | 0.85% | - |
| XYZ | 31.7 | 52.22 | 34.79 | - |
| YUV | 162.34 | 117.64 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 144 | 0.70 | 0 | 0.33 | 0.15 | 151.58 | 0.66 | 0.55 |
| Hex | 40 | D8 | 90 | 46 | 0 | 21 | F | 98 | 42 | 37 |
| Octal | 100 | 330 | 220 | 106 | 0 | 41 | 17 | 230 | 102 | 67 |
| Binary | 1000000 | 11011000 | 10010000 | 1000110 | 0 | 100001 | 1111 | 10011000 | 1000010 | 110111 |
Color Harmonies of #40D890
Complementary color
Monochromatic Colors of #40D890
Black with #40D890
Text Example
Text Example
White with #40D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D890; }
p { color: rgb(64,216,144); }
H1.HeaderClassName
{
color: #40D890;
}
.AnyTagClassName
{
color: #40D890;
}
</style>
background-color css
<style>
a { background-color: #40D890; }
a { background-color: rgb(64,216,144); }
div.DivClassName
{
background-color: #40D890;
}
.BgClassName
{
background-color: #40D890;
}
</style>
border-color css
<style>
span { border-color: #40D890; }
span { border-color: rgb(64,216,144); }
td.TdClassName
{
border-color: #40D890;
}
.TagClassName
{
border-color: #40D890;
}
</style>