Shades of Shamrock #41DCA2
Tints of Shamrock #41DCA2
RGB
CMYK
RGB Variations
Color information
#41DCA2 (or 0x41DCA2) is known color: Shamrock. HEX triplet: 41, DC and A2. RGB value is (65,220,162). Sum of RGB (Red+Green+Blue) = 65+220+162=447 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.54% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #41DCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DCA2 is #BE235D. Grayscale: #A7A7A7. Windows color (decimal): -12460894 or 10673217. OLE color: 10673217.
HSL color Cylindrical-coordinate representation of color #41DCA2: hue angle of 157.55º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DCA2 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 162 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.14 |
| HSL | 157.55º | 0.69% | 0.56% | - |
| HSV(B) | 157.55º | 0.7% | 0.86% | - |
| XYZ | 34.29 | 54.92 | 42.98 | - |
| YUV | 167.04 | 125.15 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 162 | 0.70 | 0 | 0.26 | 0.14 | 157.55 | 0.69 | 0.56 |
| Hex | 41 | DC | A2 | 46 | 0 | 1A | E | 9E | 45 | 38 |
| Octal | 101 | 334 | 242 | 106 | 0 | 32 | 16 | 236 | 105 | 70 |
| Binary | 1000001 | 11011100 | 10100010 | 1000110 | 0 | 11010 | 1110 | 10011110 | 1000101 | 111000 |
Color Harmonies of #41DCA2
Complementary color
Monochromatic Colors of #41DCA2
Black with #41DCA2
Text Example
Text Example
White with #41DCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DCA2; }
p { color: rgb(65,220,162); }
H1.HeaderClassName
{
color: #41DCA2;
}
.AnyTagClassName
{
color: #41DCA2;
}
</style>
background-color css
<style>
a { background-color: #41DCA2; }
a { background-color: rgb(65,220,162); }
div.DivClassName
{
background-color: #41DCA2;
}
.BgClassName
{
background-color: #41DCA2;
}
</style>
border-color css
<style>
span { border-color: #41DCA2; }
span { border-color: rgb(65,220,162); }
td.TdClassName
{
border-color: #41DCA2;
}
.TagClassName
{
border-color: #41DCA2;
}
</style>