Shades of Shamrock #40F195
Tints of Shamrock #40F195
RGB
CMYK
RGB Variations
Color information
#40F195 (or 0x40F195) is known color: Shamrock. HEX triplet: 40, F1 and 95. RGB value is (64,241,149). Sum of RGB (Red+Green+Blue) = 64+241+149=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #40F195 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F195 is #BF0E6A. Grayscale: #B1B1B1. Windows color (decimal): -12521067 or 9826624. OLE color: 9826624.
HSL color Cylindrical-coordinate representation of color #40F195: hue angle of 148.81º 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 #40F195 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 149 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.05 |
| HSL | 148.81º | 0.86% | 0.6% | - |
| HSV(B) | 148.81º | 0.73% | 0.95% | - |
| XYZ | 38.99 | 66.17 | 39.15 | - |
| YUV | 177.59 | 111.86 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 149 | 0.73 | 0 | 0.38 | 0.05 | 148.81 | 0.86 | 0.6 |
| Hex | 40 | F1 | 95 | 49 | 0 | 26 | 5 | 95 | 56 | 3C |
| Octal | 100 | 361 | 225 | 111 | 0 | 46 | 5 | 225 | 126 | 74 |
| Binary | 1000000 | 11110001 | 10010101 | 1001001 | 0 | 100110 | 101 | 10010101 | 1010110 | 111100 |
Color Harmonies of #40F195
Complementary color
Monochromatic Colors of #40F195
Black with #40F195
Text Example
Text Example
White with #40F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F195; }
p { color: rgb(64,241,149); }
H1.HeaderClassName
{
color: #40F195;
}
.AnyTagClassName
{
color: #40F195;
}
</style>
background-color css
<style>
a { background-color: #40F195; }
a { background-color: rgb(64,241,149); }
div.DivClassName
{
background-color: #40F195;
}
.BgClassName
{
background-color: #40F195;
}
</style>
border-color css
<style>
span { border-color: #40F195; }
span { border-color: rgb(64,241,149); }
td.TdClassName
{
border-color: #40F195;
}
.TagClassName
{
border-color: #40F195;
}
</style>