Shades of Shamrock #41D4A3
Tints of Shamrock #41D4A3
RGB
CMYK
RGB Variations
Color information
#41D4A3 (or 0x41D4A3) is known color: Shamrock. HEX triplet: 41, D4 and A3. RGB value is (65,212,163). Sum of RGB (Red+Green+Blue) = 65+212+163=440 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.77% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #41D4A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D4A3 is #BE2B5C. Grayscale: #A2A2A2. Windows color (decimal): -12462941 or 10736705. OLE color: 10736705.
HSL color Cylindrical-coordinate representation of color #41D4A3: hue angle of 160º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D4A3 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 212 | 163 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.17 |
| HSL | 160º | 0.63% | 0.54% | - |
| HSV(B) | 160º | 0.69% | 0.83% | - |
| XYZ | 32.33 | 50.86 | 42.76 | - |
| YUV | 162.46 | 128.3 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 212 | 163 | 0.69 | 0 | 0.23 | 0.17 | 160 | 0.63 | 0.54 |
| Hex | 41 | D4 | A3 | 45 | 0 | 17 | 11 | A0 | 3F | 36 |
| Octal | 101 | 324 | 243 | 105 | 0 | 27 | 21 | 240 | 77 | 66 |
| Binary | 1000001 | 11010100 | 10100011 | 1000101 | 0 | 10111 | 10001 | 10100000 | 111111 | 110110 |
Color Harmonies of #41D4A3
Complementary color
Monochromatic Colors of #41D4A3
Black with #41D4A3
Text Example
Text Example
White with #41D4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D4A3; }
p { color: rgb(65,212,163); }
H1.HeaderClassName
{
color: #41D4A3;
}
.AnyTagClassName
{
color: #41D4A3;
}
</style>
background-color css
<style>
a { background-color: #41D4A3; }
a { background-color: rgb(65,212,163); }
div.DivClassName
{
background-color: #41D4A3;
}
.BgClassName
{
background-color: #41D4A3;
}
</style>
border-color css
<style>
span { border-color: #41D4A3; }
span { border-color: rgb(65,212,163); }
td.TdClassName
{
border-color: #41D4A3;
}
.TagClassName
{
border-color: #41D4A3;
}
</style>