Shades of Shamrock #41DC9E
Tints of Shamrock #41DC9E
RGB
CMYK
RGB Variations
Color information
#41DC9E (or 0x41DC9E) is known color: Shamrock. HEX triplet: 41, DC and 9E. RGB value is (65,220,158). Sum of RGB (Red+Green+Blue) = 65+220+158=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DC9E is #BE2361. Grayscale: #A6A6A6. Windows color (decimal): -12460898 or 10411073. OLE color: 10411073.
HSL color Cylindrical-coordinate representation of color #41DC9E: hue angle of 156º 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 #41DC9E is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 158 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.14 |
| HSL | 156º | 0.69% | 0.56% | - |
| HSV(B) | 156º | 0.7% | 0.86% | - |
| XYZ | 33.94 | 54.78 | 41.13 | - |
| YUV | 166.59 | 123.15 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 158 | 0.70 | 0 | 0.28 | 0.14 | 156 | 0.69 | 0.56 |
| Hex | 41 | DC | 9E | 46 | 0 | 1C | E | 9C | 45 | 38 |
| Octal | 101 | 334 | 236 | 106 | 0 | 34 | 16 | 234 | 105 | 70 |
| Binary | 1000001 | 11011100 | 10011110 | 1000110 | 0 | 11100 | 1110 | 10011100 | 1000101 | 111000 |
Color Harmonies of #41DC9E
Complementary color
Monochromatic Colors of #41DC9E
Black with #41DC9E
Text Example
Text Example
White with #41DC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DC9E; }
p { color: rgb(65,220,158); }
H1.HeaderClassName
{
color: #41DC9E;
}
.AnyTagClassName
{
color: #41DC9E;
}
</style>
background-color css
<style>
a { background-color: #41DC9E; }
a { background-color: rgb(65,220,158); }
div.DivClassName
{
background-color: #41DC9E;
}
.BgClassName
{
background-color: #41DC9E;
}
</style>
border-color css
<style>
span { border-color: #41DC9E; }
span { border-color: rgb(65,220,158); }
td.TdClassName
{
border-color: #41DC9E;
}
.TagClassName
{
border-color: #41DC9E;
}
</style>