Shades of Shamrock #40D793
Tints of Shamrock #40D793
RGB
CMYK
RGB Variations
Color information
#40D793 (or 0x40D793) is known color: Shamrock. HEX triplet: 40, D7 and 93. RGB value is (64,215,147). Sum of RGB (Red+Green+Blue) = 64+215+147=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #40D793 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D793 is #BF286C. Grayscale: #A2A2A2. Windows color (decimal): -12527725 or 9688896. OLE color: 9688896.
HSL color Cylindrical-coordinate representation of color #40D793: hue angle of 152.98º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D793 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 215 | 147 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.16 |
| HSL | 152.98º | 0.65% | 0.55% | - |
| HSV(B) | 152.98º | 0.7% | 0.84% | - |
| XYZ | 31.68 | 51.8 | 35.93 | - |
| YUV | 162.1 | 119.47 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 215 | 147 | 0.70 | 0 | 0.32 | 0.16 | 152.98 | 0.65 | 0.55 |
| Hex | 40 | D7 | 93 | 46 | 0 | 20 | 10 | 99 | 41 | 37 |
| Octal | 100 | 327 | 223 | 106 | 0 | 40 | 20 | 231 | 101 | 67 |
| Binary | 1000000 | 11010111 | 10010011 | 1000110 | 0 | 100000 | 10000 | 10011001 | 1000001 | 110111 |
Color Harmonies of #40D793
Complementary color
Monochromatic Colors of #40D793
Black with #40D793
Text Example
Text Example
White with #40D793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D793; }
p { color: rgb(64,215,147); }
H1.HeaderClassName
{
color: #40D793;
}
.AnyTagClassName
{
color: #40D793;
}
</style>
background-color css
<style>
a { background-color: #40D793; }
a { background-color: rgb(64,215,147); }
div.DivClassName
{
background-color: #40D793;
}
.BgClassName
{
background-color: #40D793;
}
</style>
border-color css
<style>
span { border-color: #40D793; }
span { border-color: rgb(64,215,147); }
td.TdClassName
{
border-color: #40D793;
}
.TagClassName
{
border-color: #40D793;
}
</style>