Shades of Shamrock #41EFA0
Tints of Shamrock #41EFA0
RGB
CMYK
RGB Variations
Color information
#41EFA0 (or 0x41EFA0) is known color: Shamrock. HEX triplet: 41, EF and A0. RGB value is (65,239,160). Sum of RGB (Red+Green+Blue) = 65+239+160=464 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.01% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41EFA0 is #BE105F. Grayscale: #B2B2B2. Windows color (decimal): -12456032 or 10547009. OLE color: 10547009.
HSL color Cylindrical-coordinate representation of color #41EFA0: hue angle of 152.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EFA0 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 160 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.06 |
| HSL | 152.76º | 0.84% | 0.6% | - |
| HSV(B) | 152.76º | 0.73% | 0.94% | - |
| XYZ | 39.39 | 65.39 | 43.8 | - |
| YUV | 177.97 | 117.85 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 160 | 0.73 | 0 | 0.33 | 0.06 | 152.76 | 0.84 | 0.6 |
| Hex | 41 | EF | A0 | 49 | 0 | 21 | 6 | 99 | 54 | 3C |
| Octal | 101 | 357 | 240 | 111 | 0 | 41 | 6 | 231 | 124 | 74 |
| Binary | 1000001 | 11101111 | 10100000 | 1001001 | 0 | 100001 | 110 | 10011001 | 1010100 | 111100 |
Color Harmonies of #41EFA0
Complementary color
Monochromatic Colors of #41EFA0
Black with #41EFA0
Text Example
Text Example
White with #41EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFA0; }
p { color: rgb(65,239,160); }
H1.HeaderClassName
{
color: #41EFA0;
}
.AnyTagClassName
{
color: #41EFA0;
}
</style>
background-color css
<style>
a { background-color: #41EFA0; }
a { background-color: rgb(65,239,160); }
div.DivClassName
{
background-color: #41EFA0;
}
.BgClassName
{
background-color: #41EFA0;
}
</style>
border-color css
<style>
span { border-color: #41EFA0; }
span { border-color: rgb(65,239,160); }
td.TdClassName
{
border-color: #41EFA0;
}
.TagClassName
{
border-color: #41EFA0;
}
</style>