Shades of Shamrock #40D595
Tints of Shamrock #40D595
RGB
CMYK
RGB Variations
Color information
#40D595 (or 0x40D595) is known color: Shamrock. HEX triplet: 40, D5 and 95. RGB value is (64,213,149). Sum of RGB (Red+Green+Blue) = 64+213+149=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #40D595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D595 is #BF2A6A. Grayscale: #A1A1A1. Windows color (decimal): -12528235 or 9819456. OLE color: 9819456.
HSL color Cylindrical-coordinate representation of color #40D595: hue angle of 154.23º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D595 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 149 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.16 |
| HSL | 154.23º | 0.64% | 0.54% | - |
| HSV(B) | 154.23º | 0.7% | 0.84% | - |
| XYZ | 31.33 | 50.85 | 36.6 | - |
| YUV | 161.15 | 121.14 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 149 | 0.70 | 0 | 0.30 | 0.16 | 154.23 | 0.64 | 0.54 |
| Hex | 40 | D5 | 95 | 46 | 0 | 1E | 10 | 9A | 40 | 36 |
| Octal | 100 | 325 | 225 | 106 | 0 | 36 | 20 | 232 | 100 | 66 |
| Binary | 1000000 | 11010101 | 10010101 | 1000110 | 0 | 11110 | 10000 | 10011010 | 1000000 | 110110 |
Color Harmonies of #40D595
Complementary color
Monochromatic Colors of #40D595
Black with #40D595
Text Example
Text Example
White with #40D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D595; }
p { color: rgb(64,213,149); }
H1.HeaderClassName
{
color: #40D595;
}
.AnyTagClassName
{
color: #40D595;
}
</style>
background-color css
<style>
a { background-color: #40D595; }
a { background-color: rgb(64,213,149); }
div.DivClassName
{
background-color: #40D595;
}
.BgClassName
{
background-color: #40D595;
}
</style>
border-color css
<style>
span { border-color: #40D595; }
span { border-color: rgb(64,213,149); }
td.TdClassName
{
border-color: #40D595;
}
.TagClassName
{
border-color: #40D595;
}
</style>