Shades of Shamrock #41FF9E
Tints of Shamrock #41FF9E
RGB
CMYK
RGB Variations
Color information
#41FF9E (or 0x41FF9E) is known color: Shamrock. HEX triplet: 41, FF and 9E. RGB value is (65,255,158). Sum of RGB (Red+Green+Blue) = 65+255+158=478 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.60% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FF9E is #BE0061. Grayscale: #BBBBBB. Windows color (decimal): -12451938 or 10420033. OLE color: 10420033.
HSL color Cylindrical-coordinate representation of color #41FF9E: hue angle of 149.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FF9E is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 158 | - |
| CMYK | 0.75 | 0 | 0.38 | 0 |
| HSL | 149.37º | 1% | 0.63% | - |
| HSV(B) | 149.37º | 0.75% | 1% | - |
| XYZ | 44.11 | 75.11 | 44.52 | - |
| YUV | 187.13 | 111.55 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 158 | 0.75 | 0 | 0.38 | 0 | 149.37 | 1 | 0.63 |
| Hex | 41 | FF | 9E | 4B | 0 | 26 | 0 | 95 | 64 | 3F |
| Octal | 101 | 377 | 236 | 113 | 0 | 46 | 0 | 225 | 144 | 77 |
| Binary | 1000001 | 11111111 | 10011110 | 1001011 | 0 | 100110 | 0 | 10010101 | 1100100 | 111111 |
Color Harmonies of #41FF9E
Complementary color
Monochromatic Colors of #41FF9E
Black with #41FF9E
Text Example
Text Example
White with #41FF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF9E; }
p { color: rgb(65,255,158); }
H1.HeaderClassName
{
color: #41FF9E;
}
.AnyTagClassName
{
color: #41FF9E;
}
</style>
background-color css
<style>
a { background-color: #41FF9E; }
a { background-color: rgb(65,255,158); }
div.DivClassName
{
background-color: #41FF9E;
}
.BgClassName
{
background-color: #41FF9E;
}
</style>
border-color css
<style>
span { border-color: #41FF9E; }
span { border-color: rgb(65,255,158); }
td.TdClassName
{
border-color: #41FF9E;
}
.TagClassName
{
border-color: #41FF9E;
}
</style>