Shades of Shamrock #40EE96
Tints of Shamrock #40EE96
RGB
CMYK
RGB Variations
Color information
#40EE96 (or 0x40EE96) is known color: Shamrock. HEX triplet: 40, EE and 96. RGB value is (64,238,150). Sum of RGB (Red+Green+Blue) = 64+238+150=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 238 (93.36% from 255 or 52.65% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 238 - color contains mainly: green. Hex color #40EE96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EE96 is #BF1169. Grayscale: #B0B0B0. Windows color (decimal): -12521834 or 9891392. OLE color: 9891392.
HSL color Cylindrical-coordinate representation of color #40EE96: hue angle of 149.66º degrees, saturation: 0.84, 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 #40EE96 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 150 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.07 |
| HSL | 149.66º | 0.84% | 0.59% | - |
| HSV(B) | 149.66º | 0.73% | 0.93% | - |
| XYZ | 38.19 | 64.44 | 39.28 | - |
| YUV | 175.94 | 113.35 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 150 | 0.73 | 0 | 0.37 | 0.07 | 149.66 | 0.84 | 0.59 |
| Hex | 40 | EE | 96 | 49 | 0 | 25 | 7 | 96 | 54 | 3B |
| Octal | 100 | 356 | 226 | 111 | 0 | 45 | 7 | 226 | 124 | 73 |
| Binary | 1000000 | 11101110 | 10010110 | 1001001 | 0 | 100101 | 111 | 10010110 | 1010100 | 111011 |
Color Harmonies of #40EE96
Complementary color
Monochromatic Colors of #40EE96
Black with #40EE96
Text Example
Text Example
White with #40EE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EE96; }
p { color: rgb(64,238,150); }
H1.HeaderClassName
{
color: #40EE96;
}
.AnyTagClassName
{
color: #40EE96;
}
</style>
background-color css
<style>
a { background-color: #40EE96; }
a { background-color: rgb(64,238,150); }
div.DivClassName
{
background-color: #40EE96;
}
.BgClassName
{
background-color: #40EE96;
}
</style>
border-color css
<style>
span { border-color: #40EE96; }
span { border-color: rgb(64,238,150); }
td.TdClassName
{
border-color: #40EE96;
}
.TagClassName
{
border-color: #40EE96;
}
</style>