Shades of Shamrock #40DAA7
Tints of Shamrock #40DAA7
RGB
CMYK
RGB Variations
Color information
#40DAA7 (or 0x40DAA7) is known color: Shamrock. HEX triplet: 40, DA and A7. RGB value is (64,218,167). Sum of RGB (Red+Green+Blue) = 64+218+167=449 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.25% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #40DAA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DAA7 is #BF2558. Grayscale: #A6A6A6. Windows color (decimal): -12526937 or 11000384. OLE color: 11000384.
HSL color Cylindrical-coordinate representation of color #40DAA7: hue angle of 160.13º 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 #40DAA7 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 167 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.15 |
| HSL | 160.13º | 0.68% | 0.55% | - |
| HSV(B) | 160.13º | 0.71% | 0.85% | - |
| XYZ | 34.16 | 54.02 | 45.19 | - |
| YUV | 166.14 | 128.48 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 167 | 0.71 | 0 | 0.23 | 0.15 | 160.13 | 0.68 | 0.55 |
| Hex | 40 | DA | A7 | 47 | 0 | 17 | F | A0 | 44 | 37 |
| Octal | 100 | 332 | 247 | 107 | 0 | 27 | 17 | 240 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10100111 | 1000111 | 0 | 10111 | 1111 | 10100000 | 1000100 | 110111 |
Color Harmonies of #40DAA7
Complementary color
Monochromatic Colors of #40DAA7
Black with #40DAA7
Text Example
Text Example
White with #40DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAA7; }
p { color: rgb(64,218,167); }
H1.HeaderClassName
{
color: #40DAA7;
}
.AnyTagClassName
{
color: #40DAA7;
}
</style>
background-color css
<style>
a { background-color: #40DAA7; }
a { background-color: rgb(64,218,167); }
div.DivClassName
{
background-color: #40DAA7;
}
.BgClassName
{
background-color: #40DAA7;
}
</style>
border-color css
<style>
span { border-color: #40DAA7; }
span { border-color: rgb(64,218,167); }
td.TdClassName
{
border-color: #40DAA7;
}
.TagClassName
{
border-color: #40DAA7;
}
</style>