Shades of Shamrock #40F794
Tints of Shamrock #40F794
RGB
CMYK
RGB Variations
Color information
#40F794 (or 0x40F794) is known color: Shamrock. HEX triplet: 40, F7 and 94. RGB value is (64,247,148). Sum of RGB (Red+Green+Blue) = 64+247+148=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #40F794 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F794 is #BF086B. Grayscale: #B5B5B5. Windows color (decimal): -12519532 or 9762624. OLE color: 9762624.
HSL color Cylindrical-coordinate representation of color #40F794: hue angle of 147.54º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F794 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 148 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.03 |
| HSL | 147.54º | 0.92% | 0.61% | - |
| HSV(B) | 147.54º | 0.74% | 0.97% | - |
| XYZ | 40.72 | 69.75 | 39.33 | - |
| YUV | 181 | 109.37 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 148 | 0.74 | 0 | 0.40 | 0.03 | 147.54 | 0.92 | 0.61 |
| Hex | 40 | F7 | 94 | 4A | 0 | 28 | 3 | 94 | 5C | 3D |
| Octal | 100 | 367 | 224 | 112 | 0 | 50 | 3 | 224 | 134 | 75 |
| Binary | 1000000 | 11110111 | 10010100 | 1001010 | 0 | 101000 | 11 | 10010100 | 1011100 | 111101 |
Color Harmonies of #40F794
Complementary color
Monochromatic Colors of #40F794
Black with #40F794
Text Example
Text Example
White with #40F794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F794; }
p { color: rgb(64,247,148); }
H1.HeaderClassName
{
color: #40F794;
}
.AnyTagClassName
{
color: #40F794;
}
</style>
background-color css
<style>
a { background-color: #40F794; }
a { background-color: rgb(64,247,148); }
div.DivClassName
{
background-color: #40F794;
}
.BgClassName
{
background-color: #40F794;
}
</style>
border-color css
<style>
span { border-color: #40F794; }
span { border-color: rgb(64,247,148); }
td.TdClassName
{
border-color: #40F794;
}
.TagClassName
{
border-color: #40F794;
}
</style>