Shades of Shamrock #40EC92
Tints of Shamrock #40EC92
RGB
CMYK
RGB Variations
Color information
#40EC92 (or 0x40EC92) is known color: Shamrock. HEX triplet: 40, EC and 92. RGB value is (64,236,146). Sum of RGB (Red+Green+Blue) = 64+236+146=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EC92 is #BF136D. Grayscale: #AEAEAE. Windows color (decimal): -12522350 or 9628736. OLE color: 9628736.
HSL color Cylindrical-coordinate representation of color #40EC92: hue angle of 148.6º 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 #40EC92 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 146 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.07 |
| HSL | 148.6º | 0.82% | 0.59% | - |
| HSV(B) | 148.6º | 0.73% | 0.93% | - |
| XYZ | 37.3 | 63.16 | 37.42 | - |
| YUV | 174.31 | 112.02 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 146 | 0.73 | 0 | 0.38 | 0.07 | 148.6 | 0.82 | 0.59 |
| Hex | 40 | EC | 92 | 49 | 0 | 26 | 7 | 95 | 52 | 3B |
| Octal | 100 | 354 | 222 | 111 | 0 | 46 | 7 | 225 | 122 | 73 |
| Binary | 1000000 | 11101100 | 10010010 | 1001001 | 0 | 100110 | 111 | 10010101 | 1010010 | 111011 |
Color Harmonies of #40EC92
Complementary color
Monochromatic Colors of #40EC92
Black with #40EC92
Text Example
Text Example
White with #40EC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EC92; }
p { color: rgb(64,236,146); }
H1.HeaderClassName
{
color: #40EC92;
}
.AnyTagClassName
{
color: #40EC92;
}
</style>
background-color css
<style>
a { background-color: #40EC92; }
a { background-color: rgb(64,236,146); }
div.DivClassName
{
background-color: #40EC92;
}
.BgClassName
{
background-color: #40EC92;
}
</style>
border-color css
<style>
span { border-color: #40EC92; }
span { border-color: rgb(64,236,146); }
td.TdClassName
{
border-color: #40EC92;
}
.TagClassName
{
border-color: #40EC92;
}
</style>