Shades of Shamrock #41D9A0
Tints of Shamrock #41D9A0
RGB
CMYK
RGB Variations
Color information
#41D9A0 (or 0x41D9A0) is known color: Shamrock. HEX triplet: 41, D9 and A0. RGB value is (65,217,160). Sum of RGB (Red+Green+Blue) = 65+217+160=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #41D9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D9A0 is #BE265F. Grayscale: #A5A5A5. Windows color (decimal): -12461664 or 10541377. OLE color: 10541377.
HSL color Cylindrical-coordinate representation of color #41D9A0: hue angle of 157.5º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D9A0 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 217 | 160 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.15 |
| HSL | 157.5º | 0.67% | 0.55% | - |
| HSV(B) | 157.5º | 0.7% | 0.85% | - |
| XYZ | 33.34 | 53.29 | 41.79 | - |
| YUV | 165.05 | 125.14 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 217 | 160 | 0.70 | 0 | 0.26 | 0.15 | 157.5 | 0.67 | 0.55 |
| Hex | 41 | D9 | A0 | 46 | 0 | 1A | F | 9E | 43 | 37 |
| Octal | 101 | 331 | 240 | 106 | 0 | 32 | 17 | 236 | 103 | 67 |
| Binary | 1000001 | 11011001 | 10100000 | 1000110 | 0 | 11010 | 1111 | 10011110 | 1000011 | 110111 |
Color Harmonies of #41D9A0
Complementary color
Monochromatic Colors of #41D9A0
Black with #41D9A0
Text Example
Text Example
White with #41D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D9A0; }
p { color: rgb(65,217,160); }
H1.HeaderClassName
{
color: #41D9A0;
}
.AnyTagClassName
{
color: #41D9A0;
}
</style>
background-color css
<style>
a { background-color: #41D9A0; }
a { background-color: rgb(65,217,160); }
div.DivClassName
{
background-color: #41D9A0;
}
.BgClassName
{
background-color: #41D9A0;
}
</style>
border-color css
<style>
span { border-color: #41D9A0; }
span { border-color: rgb(65,217,160); }
td.TdClassName
{
border-color: #41D9A0;
}
.TagClassName
{
border-color: #41D9A0;
}
</style>