Shades of Shamrock #40DE89
Tints of Shamrock #40DE89
RGB
CMYK
RGB Variations
Color information
#40DE89 (or 0x40DE89) is known color: Shamrock. HEX triplet: 40, DE and 89. RGB value is (64,222,137). Sum of RGB (Red+Green+Blue) = 64+222+137=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #40DE89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DE89 is #BF2176. Grayscale: #A5A5A5. Windows color (decimal): -12525943 or 9035328. OLE color: 9035328.
HSL color Cylindrical-coordinate representation of color #40DE89: hue angle of 147.72º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DE89 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 222 | 137 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.13 |
| HSL | 147.72º | 0.71% | 0.56% | - |
| HSV(B) | 147.72º | 0.71% | 0.87% | - |
| XYZ | 32.75 | 55.14 | 32.58 | - |
| YUV | 165.07 | 112.15 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 222 | 137 | 0.71 | 0 | 0.38 | 0.13 | 147.72 | 0.71 | 0.56 |
| Hex | 40 | DE | 89 | 47 | 0 | 26 | D | 94 | 47 | 38 |
| Octal | 100 | 336 | 211 | 107 | 0 | 46 | 15 | 224 | 107 | 70 |
| Binary | 1000000 | 11011110 | 10001001 | 1000111 | 0 | 100110 | 1101 | 10010100 | 1000111 | 111000 |
Color Harmonies of #40DE89
Complementary color
Monochromatic Colors of #40DE89
Black with #40DE89
Text Example
Text Example
White with #40DE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DE89; }
p { color: rgb(64,222,137); }
H1.HeaderClassName
{
color: #40DE89;
}
.AnyTagClassName
{
color: #40DE89;
}
</style>
background-color css
<style>
a { background-color: #40DE89; }
a { background-color: rgb(64,222,137); }
div.DivClassName
{
background-color: #40DE89;
}
.BgClassName
{
background-color: #40DE89;
}
</style>
border-color css
<style>
span { border-color: #40DE89; }
span { border-color: rgb(64,222,137); }
td.TdClassName
{
border-color: #40DE89;
}
.TagClassName
{
border-color: #40DE89;
}
</style>