Shades of Shamrock #40FA8E
Tints of Shamrock #40FA8E
RGB
CMYK
RGB Variations
Color information
#40FA8E (or 0x40FA8E) is known color: Shamrock. HEX triplet: 40, FA and 8E. RGB value is (64,250,142). Sum of RGB (Red+Green+Blue) = 64+250+142=456 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.04% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #40FA8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FA8E is #BF0571. Grayscale: #B6B6B6. Windows color (decimal): -12518770 or 9370176. OLE color: 9370176.
HSL color Cylindrical-coordinate representation of color #40FA8E: hue angle of 145.16º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40FA8E is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 142 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.02 |
| HSL | 145.16º | 0.95% | 0.62% | - |
| HSV(B) | 145.16º | 0.74% | 0.98% | - |
| XYZ | 41.18 | 71.41 | 37.2 | - |
| YUV | 182.07 | 105.38 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 142 | 0.74 | 0 | 0.43 | 0.02 | 145.16 | 0.95 | 0.62 |
| Hex | 40 | FA | 8E | 4A | 0 | 2B | 2 | 91 | 5F | 3E |
| Octal | 100 | 372 | 216 | 112 | 0 | 53 | 2 | 221 | 137 | 76 |
| Binary | 1000000 | 11111010 | 10001110 | 1001010 | 0 | 101011 | 10 | 10010001 | 1011111 | 111110 |
Color Harmonies of #40FA8E
Complementary color
Monochromatic Colors of #40FA8E
Black with #40FA8E
Text Example
Text Example
White with #40FA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FA8E; }
p { color: rgb(64,250,142); }
H1.HeaderClassName
{
color: #40FA8E;
}
.AnyTagClassName
{
color: #40FA8E;
}
</style>
background-color css
<style>
a { background-color: #40FA8E; }
a { background-color: rgb(64,250,142); }
div.DivClassName
{
background-color: #40FA8E;
}
.BgClassName
{
background-color: #40FA8E;
}
</style>
border-color css
<style>
span { border-color: #40FA8E; }
span { border-color: rgb(64,250,142); }
td.TdClassName
{
border-color: #40FA8E;
}
.TagClassName
{
border-color: #40FA8E;
}
</style>