Shades of Shamrock #40DBA7
Tints of Shamrock #40DBA7
RGB
CMYK
RGB Variations
Color information
#40DBA7 (or 0x40DBA7) is known color: Shamrock. HEX triplet: 40, DB and A7. RGB value is (64,219,167). Sum of RGB (Red+Green+Blue) = 64+219+167=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DBA7 is #BF2458. Grayscale: #A6A6A6. Windows color (decimal): -12526681 or 11000640. OLE color: 11000640.
HSL color Cylindrical-coordinate representation of color #40DBA7: hue angle of 159.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DBA7 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 167 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.14 |
| HSL | 159.87º | 0.68% | 0.55% | - |
| HSV(B) | 159.87º | 0.71% | 0.86% | - |
| XYZ | 34.42 | 54.54 | 45.27 | - |
| YUV | 166.73 | 128.15 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 167 | 0.71 | 0 | 0.24 | 0.14 | 159.87 | 0.68 | 0.55 |
| Hex | 40 | DB | A7 | 47 | 0 | 18 | E | A0 | 44 | 37 |
| Octal | 100 | 333 | 247 | 107 | 0 | 30 | 16 | 240 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10100111 | 1000111 | 0 | 11000 | 1110 | 10100000 | 1000100 | 110111 |
Color Harmonies of #40DBA7
Complementary color
Monochromatic Colors of #40DBA7
Black with #40DBA7
Text Example
Text Example
White with #40DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBA7; }
p { color: rgb(64,219,167); }
H1.HeaderClassName
{
color: #40DBA7;
}
.AnyTagClassName
{
color: #40DBA7;
}
</style>
background-color css
<style>
a { background-color: #40DBA7; }
a { background-color: rgb(64,219,167); }
div.DivClassName
{
background-color: #40DBA7;
}
.BgClassName
{
background-color: #40DBA7;
}
</style>
border-color css
<style>
span { border-color: #40DBA7; }
span { border-color: rgb(64,219,167); }
td.TdClassName
{
border-color: #40DBA7;
}
.TagClassName
{
border-color: #40DBA7;
}
</style>