Shades of Shamrock #41D396
Tints of Shamrock #41D396
RGB
CMYK
RGB Variations
Color information
#41D396 (or 0x41D396) is known color: Shamrock. HEX triplet: 41, D3 and 96. RGB value is (65,211,150). Sum of RGB (Red+Green+Blue) = 65+211+150=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #41D396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D396 is #BE2C69. Grayscale: #A0A0A0. Windows color (decimal): -12463210 or 9884481. OLE color: 9884481.
HSL color Cylindrical-coordinate representation of color #41D396: hue angle of 154.93º degrees, saturation: 0.62, 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 #41D396 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 211 | 150 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.17 |
| HSL | 154.93º | 0.62% | 0.54% | - |
| HSV(B) | 154.93º | 0.69% | 0.83% | - |
| XYZ | 30.98 | 49.91 | 36.86 | - |
| YUV | 160.39 | 122.13 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 211 | 150 | 0.69 | 0 | 0.29 | 0.17 | 154.93 | 0.62 | 0.54 |
| Hex | 41 | D3 | 96 | 45 | 0 | 1D | 11 | 9B | 3E | 36 |
| Octal | 101 | 323 | 226 | 105 | 0 | 35 | 21 | 233 | 76 | 66 |
| Binary | 1000001 | 11010011 | 10010110 | 1000101 | 0 | 11101 | 10001 | 10011011 | 111110 | 110110 |
Color Harmonies of #41D396
Complementary color
Monochromatic Colors of #41D396
Black with #41D396
Text Example
Text Example
White with #41D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D396; }
p { color: rgb(65,211,150); }
H1.HeaderClassName
{
color: #41D396;
}
.AnyTagClassName
{
color: #41D396;
}
</style>
background-color css
<style>
a { background-color: #41D396; }
a { background-color: rgb(65,211,150); }
div.DivClassName
{
background-color: #41D396;
}
.BgClassName
{
background-color: #41D396;
}
</style>
border-color css
<style>
span { border-color: #41D396; }
span { border-color: rgb(65,211,150); }
td.TdClassName
{
border-color: #41D396;
}
.TagClassName
{
border-color: #41D396;
}
</style>