Shades of Shamrock #40FC8E
Tints of Shamrock #40FC8E
RGB
CMYK
RGB Variations
Color information
#40FC8E (or 0x40FC8E) is known color: Shamrock. HEX triplet: 40, FC and 8E. RGB value is (64,252,142). Sum of RGB (Red+Green+Blue) = 64+252+142=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FC8E is #BF0371. Grayscale: #B7B7B7. Windows color (decimal): -12518258 or 9370688. OLE color: 9370688.
HSL color Cylindrical-coordinate representation of color #40FC8E: hue angle of 144.89º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FC8E is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 142 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.01 |
| HSL | 144.89º | 0.97% | 0.62% | - |
| HSV(B) | 144.89º | 0.75% | 0.99% | - |
| XYZ | 41.81 | 72.66 | 37.41 | - |
| YUV | 183.25 | 104.72 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 142 | 0.75 | 0 | 0.44 | 0.01 | 144.89 | 0.97 | 0.62 |
| Hex | 40 | FC | 8E | 4B | 0 | 2C | 1 | 91 | 61 | 3E |
| Octal | 100 | 374 | 216 | 113 | 0 | 54 | 1 | 221 | 141 | 76 |
| Binary | 1000000 | 11111100 | 10001110 | 1001011 | 0 | 101100 | 1 | 10010001 | 1100001 | 111110 |
Color Harmonies of #40FC8E
Complementary color
Monochromatic Colors of #40FC8E
Black with #40FC8E
Text Example
Text Example
White with #40FC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FC8E; }
p { color: rgb(64,252,142); }
H1.HeaderClassName
{
color: #40FC8E;
}
.AnyTagClassName
{
color: #40FC8E;
}
</style>
background-color css
<style>
a { background-color: #40FC8E; }
a { background-color: rgb(64,252,142); }
div.DivClassName
{
background-color: #40FC8E;
}
.BgClassName
{
background-color: #40FC8E;
}
</style>
border-color css
<style>
span { border-color: #40FC8E; }
span { border-color: rgb(64,252,142); }
td.TdClassName
{
border-color: #40FC8E;
}
.TagClassName
{
border-color: #40FC8E;
}
</style>