Shades of Shamrock #41ECAC
Tints of Shamrock #41ECAC
RGB
CMYK
RGB Variations
Color information
#41ECAC (or 0x41ECAC) is known color: Shamrock. HEX triplet: 41, EC and AC. RGB value is (65,236,172). Sum of RGB (Red+Green+Blue) = 65+236+172=473 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.74% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41ECAC is #BE1353. Grayscale: #B1B1B1. Windows color (decimal): -12456788 or 11332673. OLE color: 11332673.
HSL color Cylindrical-coordinate representation of color #41ECAC: hue angle of 157.54º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41ECAC is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 172 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.07 |
| HSL | 157.54º | 0.82% | 0.59% | - |
| HSV(B) | 157.54º | 0.72% | 0.93% | - |
| XYZ | 39.62 | 64.09 | 49.31 | - |
| YUV | 177.58 | 124.85 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 172 | 0.72 | 0 | 0.27 | 0.07 | 157.54 | 0.82 | 0.59 |
| Hex | 41 | EC | AC | 48 | 0 | 1B | 7 | 9E | 52 | 3B |
| Octal | 101 | 354 | 254 | 110 | 0 | 33 | 7 | 236 | 122 | 73 |
| Binary | 1000001 | 11101100 | 10101100 | 1001000 | 0 | 11011 | 111 | 10011110 | 1010010 | 111011 |
Color Harmonies of #41ECAC
Complementary color
Monochromatic Colors of #41ECAC
Black with #41ECAC
Text Example
Text Example
White with #41ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECAC; }
p { color: rgb(65,236,172); }
H1.HeaderClassName
{
color: #41ECAC;
}
.AnyTagClassName
{
color: #41ECAC;
}
</style>
background-color css
<style>
a { background-color: #41ECAC; }
a { background-color: rgb(65,236,172); }
div.DivClassName
{
background-color: #41ECAC;
}
.BgClassName
{
background-color: #41ECAC;
}
</style>
border-color css
<style>
span { border-color: #41ECAC; }
span { border-color: rgb(65,236,172); }
td.TdClassName
{
border-color: #41ECAC;
}
.TagClassName
{
border-color: #41ECAC;
}
</style>