Shades of Shamrock #41E996
Tints of Shamrock #41E996
RGB
CMYK
RGB Variations
Color information
#41E996 (or 0x41E996) is known color: Shamrock. HEX triplet: 41, E9 and 96. RGB value is (65,233,150). Sum of RGB (Red+Green+Blue) = 65+233+150=448 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.51% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #41E996 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41E996 is #BE1669. Grayscale: #ADADAD. Windows color (decimal): -12457578 or 9890113. OLE color: 9890113.
HSL color Cylindrical-coordinate representation of color #41E996: hue angle of 150.36º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E996 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 233 | 150 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.09 |
| HSL | 150.36º | 0.79% | 0.58% | - |
| HSV(B) | 150.36º | 0.72% | 0.91% | - |
| XYZ | 36.82 | 61.6 | 38.8 | - |
| YUV | 173.31 | 114.84 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 233 | 150 | 0.72 | 0 | 0.36 | 0.09 | 150.36 | 0.79 | 0.58 |
| Hex | 41 | E9 | 96 | 48 | 0 | 24 | 9 | 96 | 4F | 3A |
| Octal | 101 | 351 | 226 | 110 | 0 | 44 | 11 | 226 | 117 | 72 |
| Binary | 1000001 | 11101001 | 10010110 | 1001000 | 0 | 100100 | 1001 | 10010110 | 1001111 | 111010 |
Color Harmonies of #41E996
Complementary color
Monochromatic Colors of #41E996
Black with #41E996
Text Example
Text Example
White with #41E996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E996; }
p { color: rgb(65,233,150); }
H1.HeaderClassName
{
color: #41E996;
}
.AnyTagClassName
{
color: #41E996;
}
</style>
background-color css
<style>
a { background-color: #41E996; }
a { background-color: rgb(65,233,150); }
div.DivClassName
{
background-color: #41E996;
}
.BgClassName
{
background-color: #41E996;
}
</style>
border-color css
<style>
span { border-color: #41E996; }
span { border-color: rgb(65,233,150); }
td.TdClassName
{
border-color: #41E996;
}
.TagClassName
{
border-color: #41E996;
}
</style>