Shades of Shamrock #41EC96
Tints of Shamrock #41EC96
RGB
CMYK
RGB Variations
Color information
#41EC96 (or 0x41EC96) is known color: Shamrock. HEX triplet: 41, EC and 96. RGB value is (65,236,150). Sum of RGB (Red+Green+Blue) = 65+236+150=451 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.41% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #41EC96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41EC96 is #BE1369. Grayscale: #AFAFAF. Windows color (decimal): -12456810 or 9890881. OLE color: 9890881.
HSL color Cylindrical-coordinate representation of color #41EC96: hue angle of 149.82º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41EC96 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 150 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.07 |
| HSL | 149.82º | 0.82% | 0.59% | - |
| HSV(B) | 149.82º | 0.72% | 0.93% | - |
| XYZ | 37.68 | 63.32 | 39.09 | - |
| YUV | 175.07 | 113.85 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 150 | 0.72 | 0 | 0.36 | 0.07 | 149.82 | 0.82 | 0.59 |
| Hex | 41 | EC | 96 | 48 | 0 | 24 | 7 | 96 | 52 | 3B |
| Octal | 101 | 354 | 226 | 110 | 0 | 44 | 7 | 226 | 122 | 73 |
| Binary | 1000001 | 11101100 | 10010110 | 1001000 | 0 | 100100 | 111 | 10010110 | 1010010 | 111011 |
Color Harmonies of #41EC96
Complementary color
Monochromatic Colors of #41EC96
Black with #41EC96
Text Example
Text Example
White with #41EC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EC96; }
p { color: rgb(65,236,150); }
H1.HeaderClassName
{
color: #41EC96;
}
.AnyTagClassName
{
color: #41EC96;
}
</style>
background-color css
<style>
a { background-color: #41EC96; }
a { background-color: rgb(65,236,150); }
div.DivClassName
{
background-color: #41EC96;
}
.BgClassName
{
background-color: #41EC96;
}
</style>
border-color css
<style>
span { border-color: #41EC96; }
span { border-color: rgb(65,236,150); }
td.TdClassName
{
border-color: #41EC96;
}
.TagClassName
{
border-color: #41EC96;
}
</style>