Shades of Shamrock #40F596
Tints of Shamrock #40F596
RGB
CMYK
RGB Variations
Color information
#40F596 (or 0x40F596) is known color: Shamrock. HEX triplet: 40, F5 and 96. RGB value is (64,245,150). Sum of RGB (Red+Green+Blue) = 64+245+150=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 245 (96.09% from 255 or 53.38% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 245 - color contains mainly: green. Hex color #40F596 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F596 is #BF0A69. Grayscale: #B4B4B4. Windows color (decimal): -12520042 or 9893184. OLE color: 9893184.
HSL color Cylindrical-coordinate representation of color #40F596: hue angle of 148.51º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F596 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 245 | 150 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.04 |
| HSL | 148.51º | 0.9% | 0.61% | - |
| HSV(B) | 148.51º | 0.74% | 0.96% | - |
| XYZ | 40.27 | 68.6 | 39.97 | - |
| YUV | 180.05 | 111.03 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 150 | 0.74 | 0 | 0.39 | 0.04 | 148.51 | 0.9 | 0.61 |
| Hex | 40 | F5 | 96 | 4A | 0 | 27 | 4 | 95 | 5A | 3D |
| Octal | 100 | 365 | 226 | 112 | 0 | 47 | 4 | 225 | 132 | 75 |
| Binary | 1000000 | 11110101 | 10010110 | 1001010 | 0 | 100111 | 100 | 10010101 | 1011010 | 111101 |
Color Harmonies of #40F596
Complementary color
Monochromatic Colors of #40F596
Black with #40F596
Text Example
Text Example
White with #40F596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F596; }
p { color: rgb(64,245,150); }
H1.HeaderClassName
{
color: #40F596;
}
.AnyTagClassName
{
color: #40F596;
}
</style>
background-color css
<style>
a { background-color: #40F596; }
a { background-color: rgb(64,245,150); }
div.DivClassName
{
background-color: #40F596;
}
.BgClassName
{
background-color: #40F596;
}
</style>
border-color css
<style>
span { border-color: #40F596; }
span { border-color: rgb(64,245,150); }
td.TdClassName
{
border-color: #40F596;
}
.TagClassName
{
border-color: #40F596;
}
</style>