Shades of Shamrock #40D49F
Tints of Shamrock #40D49F
RGB
CMYK
RGB Variations
Color information
#40D49F (or 0x40D49F) is known color: Shamrock. HEX triplet: 40, D4 and 9F. RGB value is (64,212,159). Sum of RGB (Red+Green+Blue) = 64+212+159=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #40D49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D49F is #BF2B60. Grayscale: #A1A1A1. Windows color (decimal): -12528481 or 10474560. OLE color: 10474560.
HSL color Cylindrical-coordinate representation of color #40D49F: hue angle of 158.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D49F is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 212 | 159 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.17 |
| HSL | 158.51º | 0.63% | 0.54% | - |
| HSV(B) | 158.51º | 0.7% | 0.83% | - |
| XYZ | 31.92 | 50.68 | 40.9 | - |
| YUV | 161.71 | 126.47 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 159 | 0.70 | 0 | 0.25 | 0.17 | 158.51 | 0.63 | 0.54 |
| Hex | 40 | D4 | 9F | 46 | 0 | 19 | 11 | 9F | 3F | 36 |
| Octal | 100 | 324 | 237 | 106 | 0 | 31 | 21 | 237 | 77 | 66 |
| Binary | 1000000 | 11010100 | 10011111 | 1000110 | 0 | 11001 | 10001 | 10011111 | 111111 | 110110 |
Color Harmonies of #40D49F
Complementary color
Monochromatic Colors of #40D49F
Black with #40D49F
Text Example
Text Example
White with #40D49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D49F; }
p { color: rgb(64,212,159); }
H1.HeaderClassName
{
color: #40D49F;
}
.AnyTagClassName
{
color: #40D49F;
}
</style>
background-color css
<style>
a { background-color: #40D49F; }
a { background-color: rgb(64,212,159); }
div.DivClassName
{
background-color: #40D49F;
}
.BgClassName
{
background-color: #40D49F;
}
</style>
border-color css
<style>
span { border-color: #40D49F; }
span { border-color: rgb(64,212,159); }
td.TdClassName
{
border-color: #40D49F;
}
.TagClassName
{
border-color: #40D49F;
}
</style>