Shades of Shamrock #40E88D
Tints of Shamrock #40E88D
RGB
CMYK
RGB Variations
Color information
#40E88D (or 0x40E88D) is known color: Shamrock. HEX triplet: 40, E8 and 8D. RGB value is (64,232,141). Sum of RGB (Red+Green+Blue) = 64+232+141=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 232 (91.02% from 255 or 53.09% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 232 - color contains mainly: green. Hex color #40E88D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40E88D is #BF1772. Grayscale: #ABABAB. Windows color (decimal): -12523379 or 9300032. OLE color: 9300032.
HSL color Cylindrical-coordinate representation of color #40E88D: hue angle of 147.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E88D is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 232 | 141 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.09 |
| HSL | 147.5º | 0.79% | 0.58% | - |
| HSV(B) | 147.5º | 0.72% | 0.91% | - |
| XYZ | 35.78 | 60.73 | 35.03 | - |
| YUV | 171.39 | 110.84 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 141 | 0.72 | 0 | 0.39 | 0.09 | 147.5 | 0.79 | 0.58 |
| Hex | 40 | E8 | 8D | 48 | 0 | 27 | 9 | 94 | 4F | 3A |
| Octal | 100 | 350 | 215 | 110 | 0 | 47 | 11 | 224 | 117 | 72 |
| Binary | 1000000 | 11101000 | 10001101 | 1001000 | 0 | 100111 | 1001 | 10010100 | 1001111 | 111010 |
Color Harmonies of #40E88D
Complementary color
Monochromatic Colors of #40E88D
Black with #40E88D
Text Example
Text Example
White with #40E88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E88D; }
p { color: rgb(64,232,141); }
H1.HeaderClassName
{
color: #40E88D;
}
.AnyTagClassName
{
color: #40E88D;
}
</style>
background-color css
<style>
a { background-color: #40E88D; }
a { background-color: rgb(64,232,141); }
div.DivClassName
{
background-color: #40E88D;
}
.BgClassName
{
background-color: #40E88D;
}
</style>
border-color css
<style>
span { border-color: #40E88D; }
span { border-color: rgb(64,232,141); }
td.TdClassName
{
border-color: #40E88D;
}
.TagClassName
{
border-color: #40E88D;
}
</style>