Shades of Shamrock #41FF9F
Tints of Shamrock #41FF9F
RGB
CMYK
RGB Variations
Color information
#41FF9F (or 0x41FF9F) is known color: Shamrock. HEX triplet: 41, FF and 9F. RGB value is (65,255,159). Sum of RGB (Red+Green+Blue) = 65+255+159=479 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.57% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FF9F is #BE0060. Grayscale: #BBBBBB. Windows color (decimal): -12451937 or 10485569. OLE color: 10485569.
HSL color Cylindrical-coordinate representation of color #41FF9F: hue angle of 149.68º 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 #41FF9F is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 159 | - |
| CMYK | 0.75 | 0 | 0.38 | 0 |
| HSL | 149.68º | 1% | 0.63% | - |
| HSV(B) | 149.68º | 0.75% | 1% | - |
| XYZ | 44.2 | 75.15 | 44.98 | - |
| YUV | 187.25 | 112.05 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 159 | 0.75 | 0 | 0.38 | 0 | 149.68 | 1 | 0.63 |
| Hex | 41 | FF | 9F | 4B | 0 | 26 | 0 | 96 | 64 | 3F |
| Octal | 101 | 377 | 237 | 113 | 0 | 46 | 0 | 226 | 144 | 77 |
| Binary | 1000001 | 11111111 | 10011111 | 1001011 | 0 | 100110 | 0 | 10010110 | 1100100 | 111111 |
Color Harmonies of #41FF9F
Complementary color
Monochromatic Colors of #41FF9F
Black with #41FF9F
Text Example
Text Example
White with #41FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF9F; }
p { color: rgb(65,255,159); }
H1.HeaderClassName
{
color: #41FF9F;
}
.AnyTagClassName
{
color: #41FF9F;
}
</style>
background-color css
<style>
a { background-color: #41FF9F; }
a { background-color: rgb(65,255,159); }
div.DivClassName
{
background-color: #41FF9F;
}
.BgClassName
{
background-color: #41FF9F;
}
</style>
border-color css
<style>
span { border-color: #41FF9F; }
span { border-color: rgb(65,255,159); }
td.TdClassName
{
border-color: #41FF9F;
}
.TagClassName
{
border-color: #41FF9F;
}
</style>