Shades of Shamrock #41FEA1
Tints of Shamrock #41FEA1
RGB
CMYK
RGB Variations
Color information
#41FEA1 (or 0x41FEA1) is known color: Shamrock. HEX triplet: 41, FE and A1. RGB value is (65,254,161). Sum of RGB (Red+Green+Blue) = 65+254+161=480 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.54% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FEA1 is #BE015E. Grayscale: #BBBBBB. Windows color (decimal): -12452191 or 10616385. OLE color: 10616385.
HSL color Cylindrical-coordinate representation of color #41FEA1: hue angle of 150.48º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FEA1 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 161 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.00 |
| HSL | 150.48º | 0.99% | 0.63% | - |
| HSV(B) | 150.48º | 0.74% | 1% | - |
| XYZ | 44.05 | 74.58 | 45.79 | - |
| YUV | 186.89 | 113.38 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 161 | 0.74 | 0 | 0.37 | 0.00 | 150.48 | 0.99 | 0.63 |
| Hex | 41 | FE | A1 | 4A | 0 | 25 | 0 | 96 | 63 | 3F |
| Octal | 101 | 376 | 241 | 112 | 0 | 45 | 0 | 226 | 143 | 77 |
| Binary | 1000001 | 11111110 | 10100001 | 1001010 | 0 | 100101 | 0 | 10010110 | 1100011 | 111111 |
Color Harmonies of #41FEA1
Complementary color
Monochromatic Colors of #41FEA1
Black with #41FEA1
Text Example
Text Example
White with #41FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FEA1; }
p { color: rgb(65,254,161); }
H1.HeaderClassName
{
color: #41FEA1;
}
.AnyTagClassName
{
color: #41FEA1;
}
</style>
background-color css
<style>
a { background-color: #41FEA1; }
a { background-color: rgb(65,254,161); }
div.DivClassName
{
background-color: #41FEA1;
}
.BgClassName
{
background-color: #41FEA1;
}
</style>
border-color css
<style>
span { border-color: #41FEA1; }
span { border-color: rgb(65,254,161); }
td.TdClassName
{
border-color: #41FEA1;
}
.TagClassName
{
border-color: #41FEA1;
}
</style>