Shades of Shamrock #41CDA2
Tints of Shamrock #41CDA2
RGB
CMYK
RGB Variations
Color information
#41CDA2 (or 0x41CDA2) is known color: Shamrock. HEX triplet: 41, CD and A2. RGB value is (65,205,162). Sum of RGB (Red+Green+Blue) = 65+205+162=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #41CDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CDA2 is #BE325D. Grayscale: #9E9E9E. Windows color (decimal): -12464734 or 10669377. OLE color: 10669377.
HSL color Cylindrical-coordinate representation of color #41CDA2: hue angle of 161.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CDA2 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 205 | 162 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.20 |
| HSL | 161.57º | 0.58% | 0.53% | - |
| HSV(B) | 161.57º | 0.68% | 0.8% | - |
| XYZ | 30.53 | 47.4 | 41.72 | - |
| YUV | 158.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 205 | 162 | 0.68 | 0 | 0.21 | 0.20 | 161.57 | 0.58 | 0.53 |
| Hex | 41 | CD | A2 | 44 | 0 | 15 | 14 | A2 | 3A | 35 |
| Octal | 101 | 315 | 242 | 104 | 0 | 25 | 24 | 242 | 72 | 65 |
| Binary | 1000001 | 11001101 | 10100010 | 1000100 | 0 | 10101 | 10100 | 10100010 | 111010 | 110101 |
Color Harmonies of #41CDA2
Complementary color
Monochromatic Colors of #41CDA2
Black with #41CDA2
Text Example
Text Example
White with #41CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CDA2; }
p { color: rgb(65,205,162); }
H1.HeaderClassName
{
color: #41CDA2;
}
.AnyTagClassName
{
color: #41CDA2;
}
</style>
background-color css
<style>
a { background-color: #41CDA2; }
a { background-color: rgb(65,205,162); }
div.DivClassName
{
background-color: #41CDA2;
}
.BgClassName
{
background-color: #41CDA2;
}
</style>
border-color css
<style>
span { border-color: #41CDA2; }
span { border-color: rgb(65,205,162); }
td.TdClassName
{
border-color: #41CDA2;
}
.TagClassName
{
border-color: #41CDA2;
}
</style>