Shades of Shamrock #41D596
Tints of Shamrock #41D596
RGB
CMYK
RGB Variations
Color information
#41D596 (or 0x41D596) is known color: Shamrock. HEX triplet: 41, D5 and 96. RGB value is (65,213,150). Sum of RGB (Red+Green+Blue) = 65+213+150=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #41D596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D596 is #BE2A69. Grayscale: #A1A1A1. Windows color (decimal): -12462698 or 9884993. OLE color: 9884993.
HSL color Cylindrical-coordinate representation of color #41D596: hue angle of 154.46º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D596 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 150 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.16 |
| HSL | 154.46º | 0.64% | 0.55% | - |
| HSV(B) | 154.46º | 0.69% | 0.84% | - |
| XYZ | 31.48 | 50.91 | 37.02 | - |
| YUV | 161.57 | 121.47 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 150 | 0.69 | 0 | 0.30 | 0.16 | 154.46 | 0.64 | 0.55 |
| Hex | 41 | D5 | 96 | 45 | 0 | 1E | 10 | 9A | 40 | 37 |
| Octal | 101 | 325 | 226 | 105 | 0 | 36 | 20 | 232 | 100 | 67 |
| Binary | 1000001 | 11010101 | 10010110 | 1000101 | 0 | 11110 | 10000 | 10011010 | 1000000 | 110111 |
Color Harmonies of #41D596
Complementary color
Monochromatic Colors of #41D596
Black with #41D596
Text Example
Text Example
White with #41D596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D596; }
p { color: rgb(65,213,150); }
H1.HeaderClassName
{
color: #41D596;
}
.AnyTagClassName
{
color: #41D596;
}
</style>
background-color css
<style>
a { background-color: #41D596; }
a { background-color: rgb(65,213,150); }
div.DivClassName
{
background-color: #41D596;
}
.BgClassName
{
background-color: #41D596;
}
</style>
border-color css
<style>
span { border-color: #41D596; }
span { border-color: rgb(65,213,150); }
td.TdClassName
{
border-color: #41D596;
}
.TagClassName
{
border-color: #41D596;
}
</style>