Shades of Shamrock #41EFA2
Tints of Shamrock #41EFA2
RGB
CMYK
RGB Variations
Color information
#41EFA2 (or 0x41EFA2) is known color: Shamrock. HEX triplet: 41, EF and A2. RGB value is (65,239,162). Sum of RGB (Red+Green+Blue) = 65+239+162=466 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.95% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41EFA2 is #BE105D. Grayscale: #B2B2B2. Windows color (decimal): -12456030 or 10678081. OLE color: 10678081.
HSL color Cylindrical-coordinate representation of color #41EFA2: hue angle of 153.45º 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 #41EFA2 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 162 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.06 |
| HSL | 153.45º | 0.84% | 0.6% | - |
| HSV(B) | 153.45º | 0.73% | 0.94% | - |
| XYZ | 39.57 | 65.47 | 44.73 | - |
| YUV | 178.2 | 118.85 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 162 | 0.73 | 0 | 0.32 | 0.06 | 153.45 | 0.84 | 0.6 |
| Hex | 41 | EF | A2 | 49 | 0 | 20 | 6 | 99 | 54 | 3C |
| Octal | 101 | 357 | 242 | 111 | 0 | 40 | 6 | 231 | 124 | 74 |
| Binary | 1000001 | 11101111 | 10100010 | 1001001 | 0 | 100000 | 110 | 10011001 | 1010100 | 111100 |
Color Harmonies of #41EFA2
Complementary color
Monochromatic Colors of #41EFA2
Black with #41EFA2
Text Example
Text Example
White with #41EFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFA2; }
p { color: rgb(65,239,162); }
H1.HeaderClassName
{
color: #41EFA2;
}
.AnyTagClassName
{
color: #41EFA2;
}
</style>
background-color css
<style>
a { background-color: #41EFA2; }
a { background-color: rgb(65,239,162); }
div.DivClassName
{
background-color: #41EFA2;
}
.BgClassName
{
background-color: #41EFA2;
}
</style>
border-color css
<style>
span { border-color: #41EFA2; }
span { border-color: rgb(65,239,162); }
td.TdClassName
{
border-color: #41EFA2;
}
.TagClassName
{
border-color: #41EFA2;
}
</style>