Shades of Shamrock #40E995
Tints of Shamrock #40E995
RGB
CMYK
RGB Variations
Color information
#40E995 (or 0x40E995) is known color: Shamrock. HEX triplet: 40, E9 and 95. RGB value is (64,233,149). Sum of RGB (Red+Green+Blue) = 64+233+149=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 233 (91.41% from 255 or 52.24% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 233 - color contains mainly: green. Hex color #40E995 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40E995 is #BF166A. Grayscale: #ADADAD. Windows color (decimal): -12523115 or 9824576. OLE color: 9824576.
HSL color Cylindrical-coordinate representation of color #40E995: hue angle of 150.18º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E995 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 149 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.09 |
| HSL | 150.18º | 0.79% | 0.58% | - |
| HSV(B) | 150.18º | 0.73% | 0.91% | - |
| XYZ | 36.68 | 61.54 | 38.38 | - |
| YUV | 172.89 | 114.51 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 149 | 0.73 | 0 | 0.36 | 0.09 | 150.18 | 0.79 | 0.58 |
| Hex | 40 | E9 | 95 | 49 | 0 | 24 | 9 | 96 | 4F | 3A |
| Octal | 100 | 351 | 225 | 111 | 0 | 44 | 11 | 226 | 117 | 72 |
| Binary | 1000000 | 11101001 | 10010101 | 1001001 | 0 | 100100 | 1001 | 10010110 | 1001111 | 111010 |
Color Harmonies of #40E995
Complementary color
Monochromatic Colors of #40E995
Black with #40E995
Text Example
Text Example
White with #40E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E995; }
p { color: rgb(64,233,149); }
H1.HeaderClassName
{
color: #40E995;
}
.AnyTagClassName
{
color: #40E995;
}
</style>
background-color css
<style>
a { background-color: #40E995; }
a { background-color: rgb(64,233,149); }
div.DivClassName
{
background-color: #40E995;
}
.BgClassName
{
background-color: #40E995;
}
</style>
border-color css
<style>
span { border-color: #40E995; }
span { border-color: rgb(64,233,149); }
td.TdClassName
{
border-color: #40E995;
}
.TagClassName
{
border-color: #40E995;
}
</style>