Shades of Shamrock #41CEA2
Tints of Shamrock #41CEA2
RGB
CMYK
RGB Variations
Color information
#41CEA2 (or 0x41CEA2) is known color: Shamrock. HEX triplet: 41, CE and A2. RGB value is (65,206,162). Sum of RGB (Red+Green+Blue) = 65+206+162=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #41CEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CEA2 is #BE315D. Grayscale: #9E9E9E. Windows color (decimal): -12464478 or 10669633. OLE color: 10669633.
HSL color Cylindrical-coordinate representation of color #41CEA2: hue angle of 161.28º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CEA2 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 162 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.19 |
| HSL | 161.28º | 0.59% | 0.53% | - |
| HSV(B) | 161.28º | 0.68% | 0.81% | - |
| XYZ | 30.77 | 47.88 | 41.8 | - |
| YUV | 158.83 | 129.79 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 162 | 0.68 | 0 | 0.21 | 0.19 | 161.28 | 0.59 | 0.53 |
| Hex | 41 | CE | A2 | 44 | 0 | 15 | 13 | A1 | 3B | 35 |
| Octal | 101 | 316 | 242 | 104 | 0 | 25 | 23 | 241 | 73 | 65 |
| Binary | 1000001 | 11001110 | 10100010 | 1000100 | 0 | 10101 | 10011 | 10100001 | 111011 | 110101 |
Color Harmonies of #41CEA2
Complementary color
Monochromatic Colors of #41CEA2
Black with #41CEA2
Text Example
Text Example
White with #41CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CEA2; }
p { color: rgb(65,206,162); }
H1.HeaderClassName
{
color: #41CEA2;
}
.AnyTagClassName
{
color: #41CEA2;
}
</style>
background-color css
<style>
a { background-color: #41CEA2; }
a { background-color: rgb(65,206,162); }
div.DivClassName
{
background-color: #41CEA2;
}
.BgClassName
{
background-color: #41CEA2;
}
</style>
border-color css
<style>
span { border-color: #41CEA2; }
span { border-color: rgb(65,206,162); }
td.TdClassName
{
border-color: #41CEA2;
}
.TagClassName
{
border-color: #41CEA2;
}
</style>