Shades of Shamrock #41FEA2
Tints of Shamrock #41FEA2
RGB
CMYK
RGB Variations
Color information
#41FEA2 (or 0x41FEA2) is known color: Shamrock. HEX triplet: 41, FE and A2. RGB value is (65,254,162). Sum of RGB (Red+Green+Blue) = 65+254+162=481 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.51% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FEA2 is #BE015D. Grayscale: #BBBBBB. Windows color (decimal): -12452190 or 10681921. OLE color: 10681921.
HSL color Cylindrical-coordinate representation of color #41FEA2: hue angle of 150.79º 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 #41FEA2 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 162 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.00 |
| HSL | 150.79º | 0.99% | 0.63% | - |
| HSV(B) | 150.79º | 0.74% | 1% | - |
| XYZ | 44.14 | 74.62 | 46.26 | - |
| YUV | 187 | 113.88 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 162 | 0.74 | 0 | 0.36 | 0.00 | 150.79 | 0.99 | 0.63 |
| Hex | 41 | FE | A2 | 4A | 0 | 24 | 0 | 97 | 63 | 3F |
| Octal | 101 | 376 | 242 | 112 | 0 | 44 | 0 | 227 | 143 | 77 |
| Binary | 1000001 | 11111110 | 10100010 | 1001010 | 0 | 100100 | 0 | 10010111 | 1100011 | 111111 |
Color Harmonies of #41FEA2
Complementary color
Monochromatic Colors of #41FEA2
Black with #41FEA2
Text Example
Text Example
White with #41FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FEA2; }
p { color: rgb(65,254,162); }
H1.HeaderClassName
{
color: #41FEA2;
}
.AnyTagClassName
{
color: #41FEA2;
}
</style>
background-color css
<style>
a { background-color: #41FEA2; }
a { background-color: rgb(65,254,162); }
div.DivClassName
{
background-color: #41FEA2;
}
.BgClassName
{
background-color: #41FEA2;
}
</style>
border-color css
<style>
span { border-color: #41FEA2; }
span { border-color: rgb(65,254,162); }
td.TdClassName
{
border-color: #41FEA2;
}
.TagClassName
{
border-color: #41FEA2;
}
</style>