Shades of Shamrock #40D589
Tints of Shamrock #40D589
RGB
CMYK
RGB Variations
Color information
#40D589 (or 0x40D589) is known color: Shamrock. HEX triplet: 40, D5 and 89. RGB value is (64,213,137). Sum of RGB (Red+Green+Blue) = 64+213+137=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #40D589 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D589 is #BF2A76. Grayscale: #9F9F9F. Windows color (decimal): -12528247 or 9033024. OLE color: 9033024.
HSL color Cylindrical-coordinate representation of color #40D589: hue angle of 149.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D589 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 137 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.16 |
| HSL | 149.4º | 0.64% | 0.54% | - |
| HSV(B) | 149.4º | 0.7% | 0.84% | - |
| XYZ | 30.42 | 50.48 | 31.81 | - |
| YUV | 159.79 | 115.14 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 137 | 0.70 | 0 | 0.36 | 0.16 | 149.4 | 0.64 | 0.54 |
| Hex | 40 | D5 | 89 | 46 | 0 | 24 | 10 | 95 | 40 | 36 |
| Octal | 100 | 325 | 211 | 106 | 0 | 44 | 20 | 225 | 100 | 66 |
| Binary | 1000000 | 11010101 | 10001001 | 1000110 | 0 | 100100 | 10000 | 10010101 | 1000000 | 110110 |
Color Harmonies of #40D589
Complementary color
Monochromatic Colors of #40D589
Black with #40D589
Text Example
Text Example
White with #40D589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D589; }
p { color: rgb(64,213,137); }
H1.HeaderClassName
{
color: #40D589;
}
.AnyTagClassName
{
color: #40D589;
}
</style>
background-color css
<style>
a { background-color: #40D589; }
a { background-color: rgb(64,213,137); }
div.DivClassName
{
background-color: #40D589;
}
.BgClassName
{
background-color: #40D589;
}
</style>
border-color css
<style>
span { border-color: #40D589; }
span { border-color: rgb(64,213,137); }
td.TdClassName
{
border-color: #40D589;
}
.TagClassName
{
border-color: #40D589;
}
</style>