Shades of Shamrock #40F793
Tints of Shamrock #40F793
RGB
CMYK
RGB Variations
Color information
#40F793 (or 0x40F793) is known color: Shamrock. HEX triplet: 40, F7 and 93. RGB value is (64,247,147). Sum of RGB (Red+Green+Blue) = 64+247+147=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 247 (96.88% from 255 or 53.93% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 247 - color contains mainly: green. Hex color #40F793 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F793 is #BF086C. Grayscale: #B5B5B5. Windows color (decimal): -12519533 or 9697088. OLE color: 9697088.
HSL color Cylindrical-coordinate representation of color #40F793: hue angle of 147.21º 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 #40F793 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 147 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.03 |
| HSL | 147.21º | 0.92% | 0.61% | - |
| HSV(B) | 147.21º | 0.74% | 0.97% | - |
| XYZ | 40.64 | 69.72 | 38.92 | - |
| YUV | 180.88 | 108.87 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 147 | 0.74 | 0 | 0.40 | 0.03 | 147.21 | 0.92 | 0.61 |
| Hex | 40 | F7 | 93 | 4A | 0 | 28 | 3 | 93 | 5C | 3D |
| Octal | 100 | 367 | 223 | 112 | 0 | 50 | 3 | 223 | 134 | 75 |
| Binary | 1000000 | 11110111 | 10010011 | 1001010 | 0 | 101000 | 11 | 10010011 | 1011100 | 111101 |
Color Harmonies of #40F793
Complementary color
Monochromatic Colors of #40F793
Black with #40F793
Text Example
Text Example
White with #40F793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F793; }
p { color: rgb(64,247,147); }
H1.HeaderClassName
{
color: #40F793;
}
.AnyTagClassName
{
color: #40F793;
}
</style>
background-color css
<style>
a { background-color: #40F793; }
a { background-color: rgb(64,247,147); }
div.DivClassName
{
background-color: #40F793;
}
.BgClassName
{
background-color: #40F793;
}
</style>
border-color css
<style>
span { border-color: #40F793; }
span { border-color: rgb(64,247,147); }
td.TdClassName
{
border-color: #40F793;
}
.TagClassName
{
border-color: #40F793;
}
</style>