Shades of Shamrock #40D59B
Tints of Shamrock #40D59B
RGB
CMYK
RGB Variations
Color information
#40D59B (or 0x40D59B) is known color: Shamrock. HEX triplet: 40, D5 and 9B. RGB value is (64,213,155). Sum of RGB (Red+Green+Blue) = 64+213+155=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #40D59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D59B is #BF2A64. Grayscale: #A1A1A1. Windows color (decimal): -12528229 or 10212672. OLE color: 10212672.
HSL color Cylindrical-coordinate representation of color #40D59B: hue angle of 156.64º 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 #40D59B is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 155 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.16 |
| HSL | 156.64º | 0.64% | 0.54% | - |
| HSV(B) | 156.64º | 0.7% | 0.84% | - |
| XYZ | 31.83 | 51.05 | 39.19 | - |
| YUV | 161.84 | 124.14 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 155 | 0.70 | 0 | 0.27 | 0.16 | 156.64 | 0.64 | 0.54 |
| Hex | 40 | D5 | 9B | 46 | 0 | 1B | 10 | 9D | 40 | 36 |
| Octal | 100 | 325 | 233 | 106 | 0 | 33 | 20 | 235 | 100 | 66 |
| Binary | 1000000 | 11010101 | 10011011 | 1000110 | 0 | 11011 | 10000 | 10011101 | 1000000 | 110110 |
Color Harmonies of #40D59B
Complementary color
Monochromatic Colors of #40D59B
Black with #40D59B
Text Example
Text Example
White with #40D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D59B; }
p { color: rgb(64,213,155); }
H1.HeaderClassName
{
color: #40D59B;
}
.AnyTagClassName
{
color: #40D59B;
}
</style>
background-color css
<style>
a { background-color: #40D59B; }
a { background-color: rgb(64,213,155); }
div.DivClassName
{
background-color: #40D59B;
}
.BgClassName
{
background-color: #40D59B;
}
</style>
border-color css
<style>
span { border-color: #40D59B; }
span { border-color: rgb(64,213,155); }
td.TdClassName
{
border-color: #40D59B;
}
.TagClassName
{
border-color: #40D59B;
}
</style>