Shades of Shamrock #40DA9F
Tints of Shamrock #40DA9F
RGB
CMYK
RGB Variations
Color information
#40DA9F (or 0x40DA9F) is known color: Shamrock. HEX triplet: 40, DA and 9F. RGB value is (64,218,159). Sum of RGB (Red+Green+Blue) = 64+218+159=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DA9F is #BF2560. Grayscale: #A5A5A5. Windows color (decimal): -12526945 or 10476096. OLE color: 10476096.
HSL color Cylindrical-coordinate representation of color #40DA9F: hue angle of 157.01º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DA9F is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 159 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.15 |
| HSL | 157.01º | 0.68% | 0.55% | - |
| HSV(B) | 157.01º | 0.71% | 0.85% | - |
| XYZ | 33.44 | 53.74 | 41.41 | - |
| YUV | 165.23 | 124.48 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 159 | 0.71 | 0 | 0.27 | 0.15 | 157.01 | 0.68 | 0.55 |
| Hex | 40 | DA | 9F | 47 | 0 | 1B | F | 9D | 44 | 37 |
| Octal | 100 | 332 | 237 | 107 | 0 | 33 | 17 | 235 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10011111 | 1000111 | 0 | 11011 | 1111 | 10011101 | 1000100 | 110111 |
Color Harmonies of #40DA9F
Complementary color
Monochromatic Colors of #40DA9F
Black with #40DA9F
Text Example
Text Example
White with #40DA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA9F; }
p { color: rgb(64,218,159); }
H1.HeaderClassName
{
color: #40DA9F;
}
.AnyTagClassName
{
color: #40DA9F;
}
</style>
background-color css
<style>
a { background-color: #40DA9F; }
a { background-color: rgb(64,218,159); }
div.DivClassName
{
background-color: #40DA9F;
}
.BgClassName
{
background-color: #40DA9F;
}
</style>
border-color css
<style>
span { border-color: #40DA9F; }
span { border-color: rgb(64,218,159); }
td.TdClassName
{
border-color: #40DA9F;
}
.TagClassName
{
border-color: #40DA9F;
}
</style>