Shades of Shamrock #41FF94
Tints of Shamrock #41FF94
RGB
CMYK
RGB Variations
Color information
#41FF94 (or 0x41FF94) is known color: Shamrock. HEX triplet: 41, FF and 94. RGB value is (65,255,148). Sum of RGB (Red+Green+Blue) = 65+255+148=468 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.89% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FF94 is #BE006B. Grayscale: #BABABA. Windows color (decimal): -12451948 or 9764673. OLE color: 9764673.
HSL color Cylindrical-coordinate representation of color #41FF94: hue angle of 146.21º 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 #41FF94 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 148 | - |
| CMYK | 0.75 | 0 | 0.42 | 0 |
| HSL | 146.21º | 1% | 0.63% | - |
| HSV(B) | 146.21º | 0.75% | 1% | - |
| XYZ | 43.29 | 74.78 | 40.17 | - |
| YUV | 185.99 | 106.55 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 148 | 0.75 | 0 | 0.42 | 0 | 146.21 | 1 | 0.63 |
| Hex | 41 | FF | 94 | 4B | 0 | 2A | 0 | 92 | 64 | 3F |
| Octal | 101 | 377 | 224 | 113 | 0 | 52 | 0 | 222 | 144 | 77 |
| Binary | 1000001 | 11111111 | 10010100 | 1001011 | 0 | 101010 | 0 | 10010010 | 1100100 | 111111 |
Color Harmonies of #41FF94
Complementary color
Monochromatic Colors of #41FF94
Black with #41FF94
Text Example
Text Example
White with #41FF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF94; }
p { color: rgb(65,255,148); }
H1.HeaderClassName
{
color: #41FF94;
}
.AnyTagClassName
{
color: #41FF94;
}
</style>
background-color css
<style>
a { background-color: #41FF94; }
a { background-color: rgb(65,255,148); }
div.DivClassName
{
background-color: #41FF94;
}
.BgClassName
{
background-color: #41FF94;
}
</style>
border-color css
<style>
span { border-color: #41FF94; }
span { border-color: rgb(65,255,148); }
td.TdClassName
{
border-color: #41FF94;
}
.TagClassName
{
border-color: #41FF94;
}
</style>