Shades of Shamrock #40EC95
Tints of Shamrock #40EC95
RGB
CMYK
RGB Variations
Color information
#40EC95 (or 0x40EC95) is known color: Shamrock. HEX triplet: 40, EC and 95. RGB value is (64,236,149). Sum of RGB (Red+Green+Blue) = 64+236+149=449 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.25% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EC95 is #BF136A. Grayscale: #AEAEAE. Windows color (decimal): -12522347 or 9825344. OLE color: 9825344.
HSL color Cylindrical-coordinate representation of color #40EC95: hue angle of 149.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EC95 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 149 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.07 |
| HSL | 149.65º | 0.82% | 0.59% | - |
| HSV(B) | 149.65º | 0.73% | 0.93% | - |
| XYZ | 37.53 | 63.25 | 38.66 | - |
| YUV | 174.65 | 113.52 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 149 | 0.73 | 0 | 0.37 | 0.07 | 149.65 | 0.82 | 0.59 |
| Hex | 40 | EC | 95 | 49 | 0 | 25 | 7 | 96 | 52 | 3B |
| Octal | 100 | 354 | 225 | 111 | 0 | 45 | 7 | 226 | 122 | 73 |
| Binary | 1000000 | 11101100 | 10010101 | 1001001 | 0 | 100101 | 111 | 10010110 | 1010010 | 111011 |
Color Harmonies of #40EC95
Complementary color
Monochromatic Colors of #40EC95
Black with #40EC95
Text Example
Text Example
White with #40EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EC95; }
p { color: rgb(64,236,149); }
H1.HeaderClassName
{
color: #40EC95;
}
.AnyTagClassName
{
color: #40EC95;
}
</style>
background-color css
<style>
a { background-color: #40EC95; }
a { background-color: rgb(64,236,149); }
div.DivClassName
{
background-color: #40EC95;
}
.BgClassName
{
background-color: #40EC95;
}
</style>
border-color css
<style>
span { border-color: #40EC95; }
span { border-color: rgb(64,236,149); }
td.TdClassName
{
border-color: #40EC95;
}
.TagClassName
{
border-color: #40EC95;
}
</style>