Shades of Shamrock #41FEA8
Tints of Shamrock #41FEA8
RGB
CMYK
RGB Variations
Color information
#41FEA8 (or 0x41FEA8) is known color: Shamrock. HEX triplet: 41, FE and A8. RGB value is (65,254,168). Sum of RGB (Red+Green+Blue) = 65+254+168=487 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.35% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FEA8 is #BE0157. Grayscale: #BBBBBB. Windows color (decimal): -12452184 or 11075137. OLE color: 11075137.
HSL color Cylindrical-coordinate representation of color #41FEA8: hue angle of 152.7º 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 #41FEA8 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 168 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.00 |
| HSL | 152.7º | 0.99% | 0.63% | - |
| HSV(B) | 152.7º | 0.74% | 1% | - |
| XYZ | 44.69 | 74.83 | 49.13 | - |
| YUV | 187.69 | 116.88 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 168 | 0.74 | 0 | 0.34 | 0.00 | 152.7 | 0.99 | 0.63 |
| Hex | 41 | FE | A8 | 4A | 0 | 22 | 0 | 99 | 63 | 3F |
| Octal | 101 | 376 | 250 | 112 | 0 | 42 | 0 | 231 | 143 | 77 |
| Binary | 1000001 | 11111110 | 10101000 | 1001010 | 0 | 100010 | 0 | 10011001 | 1100011 | 111111 |
Color Harmonies of #41FEA8
Complementary color
Monochromatic Colors of #41FEA8
Black with #41FEA8
Text Example
Text Example
White with #41FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FEA8; }
p { color: rgb(65,254,168); }
H1.HeaderClassName
{
color: #41FEA8;
}
.AnyTagClassName
{
color: #41FEA8;
}
</style>
background-color css
<style>
a { background-color: #41FEA8; }
a { background-color: rgb(65,254,168); }
div.DivClassName
{
background-color: #41FEA8;
}
.BgClassName
{
background-color: #41FEA8;
}
</style>
border-color css
<style>
span { border-color: #41FEA8; }
span { border-color: rgb(65,254,168); }
td.TdClassName
{
border-color: #41FEA8;
}
.TagClassName
{
border-color: #41FEA8;
}
</style>