Shades of Shamrock #40FE97
Tints of Shamrock #40FE97
RGB
CMYK
RGB Variations
Color information
#40FE97 (or 0x40FE97) is known color: Shamrock. HEX triplet: 40, FE and 97. RGB value is (64,254,151). Sum of RGB (Red+Green+Blue) = 64+254+151=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #40FE97 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FE97 is #BF0168. Grayscale: #B9B9B9. Windows color (decimal): -12517737 or 9961024. OLE color: 9961024.
HSL color Cylindrical-coordinate representation of color #40FE97: hue angle of 147.47º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FE97 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 151 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.00 |
| HSL | 147.47º | 0.99% | 0.62% | - |
| HSV(B) | 147.47º | 0.75% | 1% | - |
| XYZ | 43.14 | 74.21 | 41.33 | - |
| YUV | 185.45 | 108.55 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 151 | 0.75 | 0 | 0.41 | 0.00 | 147.47 | 0.99 | 0.62 |
| Hex | 40 | FE | 97 | 4B | 0 | 29 | 0 | 93 | 63 | 3E |
| Octal | 100 | 376 | 227 | 113 | 0 | 51 | 0 | 223 | 143 | 76 |
| Binary | 1000000 | 11111110 | 10010111 | 1001011 | 0 | 101001 | 0 | 10010011 | 1100011 | 111110 |
Color Harmonies of #40FE97
Complementary color
Monochromatic Colors of #40FE97
Black with #40FE97
Text Example
Text Example
White with #40FE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FE97; }
p { color: rgb(64,254,151); }
H1.HeaderClassName
{
color: #40FE97;
}
.AnyTagClassName
{
color: #40FE97;
}
</style>
background-color css
<style>
a { background-color: #40FE97; }
a { background-color: rgb(64,254,151); }
div.DivClassName
{
background-color: #40FE97;
}
.BgClassName
{
background-color: #40FE97;
}
</style>
border-color css
<style>
span { border-color: #40FE97; }
span { border-color: rgb(64,254,151); }
td.TdClassName
{
border-color: #40FE97;
}
.TagClassName
{
border-color: #40FE97;
}
</style>