Shades of Shamrock #41F492
Tints of Shamrock #41F492
RGB
CMYK
RGB Variations
Color information
#41F492 (or 0x41F492) is known color: Shamrock. HEX triplet: 41, F4 and 92. RGB value is (65,244,146). Sum of RGB (Red+Green+Blue) = 65+244+146=455 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.29% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #41F492 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F492 is #BE0B6D. Grayscale: #B3B3B3. Windows color (decimal): -12454766 or 9630785. OLE color: 9630785.
HSL color Cylindrical-coordinate representation of color #41F492: hue angle of 147.15º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F492 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 244 | 146 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.04 |
| HSL | 147.15º | 0.89% | 0.61% | - |
| HSV(B) | 147.15º | 0.73% | 0.96% | - |
| XYZ | 39.72 | 67.9 | 38.21 | - |
| YUV | 179.31 | 109.2 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 244 | 146 | 0.73 | 0 | 0.40 | 0.04 | 147.15 | 0.89 | 0.61 |
| Hex | 41 | F4 | 92 | 49 | 0 | 28 | 4 | 93 | 59 | 3D |
| Octal | 101 | 364 | 222 | 111 | 0 | 50 | 4 | 223 | 131 | 75 |
| Binary | 1000001 | 11110100 | 10010010 | 1001001 | 0 | 101000 | 100 | 10010011 | 1011001 | 111101 |
Color Harmonies of #41F492
Complementary color
Monochromatic Colors of #41F492
Black with #41F492
Text Example
Text Example
White with #41F492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F492; }
p { color: rgb(65,244,146); }
H1.HeaderClassName
{
color: #41F492;
}
.AnyTagClassName
{
color: #41F492;
}
</style>
background-color css
<style>
a { background-color: #41F492; }
a { background-color: rgb(65,244,146); }
div.DivClassName
{
background-color: #41F492;
}
.BgClassName
{
background-color: #41F492;
}
</style>
border-color css
<style>
span { border-color: #41F492; }
span { border-color: rgb(65,244,146); }
td.TdClassName
{
border-color: #41F492;
}
.TagClassName
{
border-color: #41F492;
}
</style>