Shades of Shamrock #41DDA3
Tints of Shamrock #41DDA3
RGB
CMYK
RGB Variations
Color information
#41DDA3 (or 0x41DDA3) is known color: Shamrock. HEX triplet: 41, DD and A3. RGB value is (65,221,163). Sum of RGB (Red+Green+Blue) = 65+221+163=449 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.48% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DDA3 is #BE225C. Grayscale: #A7A7A7. Windows color (decimal): -12460637 or 10739009. OLE color: 10739009.
HSL color Cylindrical-coordinate representation of color #41DDA3: hue angle of 157.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DDA3 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 163 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.13 |
| HSL | 157.69º | 0.7% | 0.56% | - |
| HSV(B) | 157.69º | 0.71% | 0.87% | - |
| XYZ | 34.65 | 55.48 | 43.53 | - |
| YUV | 167.74 | 125.32 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 163 | 0.71 | 0 | 0.26 | 0.13 | 157.69 | 0.7 | 0.56 |
| Hex | 41 | DD | A3 | 47 | 0 | 1A | D | 9E | 46 | 38 |
| Octal | 101 | 335 | 243 | 107 | 0 | 32 | 15 | 236 | 106 | 70 |
| Binary | 1000001 | 11011101 | 10100011 | 1000111 | 0 | 11010 | 1101 | 10011110 | 1000110 | 111000 |
Color Harmonies of #41DDA3
Complementary color
Monochromatic Colors of #41DDA3
Black with #41DDA3
Text Example
Text Example
White with #41DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DDA3; }
p { color: rgb(65,221,163); }
H1.HeaderClassName
{
color: #41DDA3;
}
.AnyTagClassName
{
color: #41DDA3;
}
</style>
background-color css
<style>
a { background-color: #41DDA3; }
a { background-color: rgb(65,221,163); }
div.DivClassName
{
background-color: #41DDA3;
}
.BgClassName
{
background-color: #41DDA3;
}
</style>
border-color css
<style>
span { border-color: #41DDA3; }
span { border-color: rgb(65,221,163); }
td.TdClassName
{
border-color: #41DDA3;
}
.TagClassName
{
border-color: #41DDA3;
}
</style>