Shades of Shamrock #40DB9A
Tints of Shamrock #40DB9A
RGB
CMYK
RGB Variations
Color information
#40DB9A (or 0x40DB9A) is known color: Shamrock. HEX triplet: 40, DB and 9A. RGB value is (64,219,154). Sum of RGB (Red+Green+Blue) = 64+219+154=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DB9A is #BF2465. Grayscale: #A5A5A5. Windows color (decimal): -12526694 or 10148672. OLE color: 10148672.
HSL color Cylindrical-coordinate representation of color #40DB9A: hue angle of 154.84º 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 #40DB9A is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 154 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.14 |
| HSL | 154.84º | 0.68% | 0.55% | - |
| HSV(B) | 154.84º | 0.71% | 0.86% | - |
| XYZ | 33.28 | 54.09 | 39.26 | - |
| YUV | 165.25 | 121.65 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 154 | 0.71 | 0 | 0.30 | 0.14 | 154.84 | 0.68 | 0.55 |
| Hex | 40 | DB | 9A | 47 | 0 | 1E | E | 9B | 44 | 37 |
| Octal | 100 | 333 | 232 | 107 | 0 | 36 | 16 | 233 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10011010 | 1000111 | 0 | 11110 | 1110 | 10011011 | 1000100 | 110111 |
Color Harmonies of #40DB9A
Complementary color
Monochromatic Colors of #40DB9A
Black with #40DB9A
Text Example
Text Example
White with #40DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB9A; }
p { color: rgb(64,219,154); }
H1.HeaderClassName
{
color: #40DB9A;
}
.AnyTagClassName
{
color: #40DB9A;
}
</style>
background-color css
<style>
a { background-color: #40DB9A; }
a { background-color: rgb(64,219,154); }
div.DivClassName
{
background-color: #40DB9A;
}
.BgClassName
{
background-color: #40DB9A;
}
</style>
border-color css
<style>
span { border-color: #40DB9A; }
span { border-color: rgb(64,219,154); }
td.TdClassName
{
border-color: #40DB9A;
}
.TagClassName
{
border-color: #40DB9A;
}
</style>