Shades of Shamrock #41E192
Tints of Shamrock #41E192
RGB
CMYK
RGB Variations
Color information
#41E192 (or 0x41E192) is known color: Shamrock. HEX triplet: 41, E1 and 92. RGB value is (65,225,146). Sum of RGB (Red+Green+Blue) = 65+225+146=436 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.91% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #41E192 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41E192 is #BE1E6D. Grayscale: #A8A8A8. Windows color (decimal): -12459630 or 9625921. OLE color: 9625921.
HSL color Cylindrical-coordinate representation of color #41E192: hue angle of 150.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E192 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 225 | 146 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.12 |
| HSL | 150.38º | 0.73% | 0.57% | - |
| HSV(B) | 150.38º | 0.71% | 0.88% | - |
| XYZ | 34.29 | 57.05 | 36.4 | - |
| YUV | 168.15 | 115.49 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 225 | 146 | 0.71 | 0 | 0.35 | 0.12 | 150.38 | 0.73 | 0.57 |
| Hex | 41 | E1 | 92 | 47 | 0 | 23 | C | 96 | 49 | 39 |
| Octal | 101 | 341 | 222 | 107 | 0 | 43 | 14 | 226 | 111 | 71 |
| Binary | 1000001 | 11100001 | 10010010 | 1000111 | 0 | 100011 | 1100 | 10010110 | 1001001 | 111001 |
Color Harmonies of #41E192
Complementary color
Monochromatic Colors of #41E192
Black with #41E192
Text Example
Text Example
White with #41E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E192; }
p { color: rgb(65,225,146); }
H1.HeaderClassName
{
color: #41E192;
}
.AnyTagClassName
{
color: #41E192;
}
</style>
background-color css
<style>
a { background-color: #41E192; }
a { background-color: rgb(65,225,146); }
div.DivClassName
{
background-color: #41E192;
}
.BgClassName
{
background-color: #41E192;
}
</style>
border-color css
<style>
span { border-color: #41E192; }
span { border-color: rgb(65,225,146); }
td.TdClassName
{
border-color: #41E192;
}
.TagClassName
{
border-color: #41E192;
}
</style>