Shades of Shamrock #40F19F
Tints of Shamrock #40F19F
RGB
CMYK
RGB Variations
Color information
#40F19F (or 0x40F19F) is known color: Shamrock. HEX triplet: 40, F1 and 9F. RGB value is (64,241,159). Sum of RGB (Red+Green+Blue) = 64+241+159=464 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.79% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #40F19F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F19F is #BF0E60. Grayscale: #B2B2B2. Windows color (decimal): -12521057 or 10481984. OLE color: 10481984.
HSL color Cylindrical-coordinate representation of color #40F19F: hue angle of 152.2º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F19F is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 159 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.05 |
| HSL | 152.2º | 0.86% | 0.6% | - |
| HSV(B) | 152.2º | 0.73% | 0.95% | - |
| XYZ | 39.83 | 66.5 | 43.54 | - |
| YUV | 178.73 | 116.86 | 46.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 159 | 0.73 | 0 | 0.34 | 0.05 | 152.2 | 0.86 | 0.6 |
| Hex | 40 | F1 | 9F | 49 | 0 | 22 | 5 | 98 | 56 | 3C |
| Octal | 100 | 361 | 237 | 111 | 0 | 42 | 5 | 230 | 126 | 74 |
| Binary | 1000000 | 11110001 | 10011111 | 1001001 | 0 | 100010 | 101 | 10011000 | 1010110 | 111100 |
Color Harmonies of #40F19F
Complementary color
Monochromatic Colors of #40F19F
Black with #40F19F
Text Example
Text Example
White with #40F19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F19F; }
p { color: rgb(64,241,159); }
H1.HeaderClassName
{
color: #40F19F;
}
.AnyTagClassName
{
color: #40F19F;
}
</style>
background-color css
<style>
a { background-color: #40F19F; }
a { background-color: rgb(64,241,159); }
div.DivClassName
{
background-color: #40F19F;
}
.BgClassName
{
background-color: #40F19F;
}
</style>
border-color css
<style>
span { border-color: #40F19F; }
span { border-color: rgb(64,241,159); }
td.TdClassName
{
border-color: #40F19F;
}
.TagClassName
{
border-color: #40F19F;
}
</style>