Shades of Shamrock #40FF8E
Tints of Shamrock #40FF8E
RGB
CMYK
RGB Variations
Color information
#40FF8E (or 0x40FF8E) is known color: Shamrock. HEX triplet: 40, FF and 8E. RGB value is (64,255,142). Sum of RGB (Red+Green+Blue) = 64+255+142=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FF8E is #BF0071. Grayscale: #B9B9B9. Windows color (decimal): -12517490 or 9371456. OLE color: 9371456.
HSL color Cylindrical-coordinate representation of color #40FF8E: hue angle of 144.5º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FF8E is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 142 | - |
| CMYK | 0.75 | 0 | 0.44 | 0 |
| HSL | 144.5º | 1% | 0.63% | - |
| HSV(B) | 144.5º | 0.75% | 1% | - |
| XYZ | 42.76 | 74.56 | 37.73 | - |
| YUV | 185.01 | 103.72 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 142 | 0.75 | 0 | 0.44 | 0 | 144.5 | 1 | 0.63 |
| Hex | 40 | FF | 8E | 4B | 0 | 2C | 0 | 91 | 64 | 3F |
| Octal | 100 | 377 | 216 | 113 | 0 | 54 | 0 | 221 | 144 | 77 |
| Binary | 1000000 | 11111111 | 10001110 | 1001011 | 0 | 101100 | 0 | 10010001 | 1100100 | 111111 |
Color Harmonies of #40FF8E
Complementary color
Monochromatic Colors of #40FF8E
Black with #40FF8E
Text Example
Text Example
White with #40FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF8E; }
p { color: rgb(64,255,142); }
H1.HeaderClassName
{
color: #40FF8E;
}
.AnyTagClassName
{
color: #40FF8E;
}
</style>
background-color css
<style>
a { background-color: #40FF8E; }
a { background-color: rgb(64,255,142); }
div.DivClassName
{
background-color: #40FF8E;
}
.BgClassName
{
background-color: #40FF8E;
}
</style>
border-color css
<style>
span { border-color: #40FF8E; }
span { border-color: rgb(64,255,142); }
td.TdClassName
{
border-color: #40FF8E;
}
.TagClassName
{
border-color: #40FF8E;
}
</style>