Shades of Shamrock #41F292
Tints of Shamrock #41F292
RGB
CMYK
RGB Variations
Color information
#41F292 (or 0x41F292) is known color: Shamrock. HEX triplet: 41, F2 and 92. RGB value is (65,242,146). Sum of RGB (Red+Green+Blue) = 65+242+146=453 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.35% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #41F292 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F292 is #BE0D6D. Grayscale: #B2B2B2. Windows color (decimal): -12455278 or 9630273. OLE color: 9630273.
HSL color Cylindrical-coordinate representation of color #41F292: hue angle of 147.46º degrees, saturation: 0.87, 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 #41F292 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 146 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.05 |
| HSL | 147.46º | 0.87% | 0.6% | - |
| HSV(B) | 147.46º | 0.73% | 0.95% | - |
| XYZ | 39.12 | 66.7 | 38.01 | - |
| YUV | 178.13 | 109.86 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 146 | 0.73 | 0 | 0.40 | 0.05 | 147.46 | 0.87 | 0.6 |
| Hex | 41 | F2 | 92 | 49 | 0 | 28 | 5 | 93 | 57 | 3C |
| Octal | 101 | 362 | 222 | 111 | 0 | 50 | 5 | 223 | 127 | 74 |
| Binary | 1000001 | 11110010 | 10010010 | 1001001 | 0 | 101000 | 101 | 10010011 | 1010111 | 111100 |
Color Harmonies of #41F292
Complementary color
Monochromatic Colors of #41F292
Black with #41F292
Text Example
Text Example
White with #41F292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F292; }
p { color: rgb(65,242,146); }
H1.HeaderClassName
{
color: #41F292;
}
.AnyTagClassName
{
color: #41F292;
}
</style>
background-color css
<style>
a { background-color: #41F292; }
a { background-color: rgb(65,242,146); }
div.DivClassName
{
background-color: #41F292;
}
.BgClassName
{
background-color: #41F292;
}
</style>
border-color css
<style>
span { border-color: #41F292; }
span { border-color: rgb(65,242,146); }
td.TdClassName
{
border-color: #41F292;
}
.TagClassName
{
border-color: #41F292;
}
</style>