Shades of Shamrock #41D195
Tints of Shamrock #41D195
RGB
CMYK
RGB Variations
Color information
#41D195 (or 0x41D195) is known color: Shamrock. HEX triplet: 41, D1 and 95. RGB value is (65,209,149). Sum of RGB (Red+Green+Blue) = 65+209+149=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #41D195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D195 is #BE2E6A. Grayscale: #9F9F9F. Windows color (decimal): -12463723 or 9818433. OLE color: 9818433.
HSL color Cylindrical-coordinate representation of color #41D195: hue angle of 155º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D195 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 209 | 149 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.18 |
| HSL | 155º | 0.61% | 0.54% | - |
| HSV(B) | 155º | 0.69% | 0.82% | - |
| XYZ | 30.41 | 48.89 | 36.27 | - |
| YUV | 159.1 | 122.29 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 209 | 149 | 0.69 | 0 | 0.29 | 0.18 | 155 | 0.61 | 0.54 |
| Hex | 41 | D1 | 95 | 45 | 0 | 1D | 12 | 9B | 3D | 36 |
| Octal | 101 | 321 | 225 | 105 | 0 | 35 | 22 | 233 | 75 | 66 |
| Binary | 1000001 | 11010001 | 10010101 | 1000101 | 0 | 11101 | 10010 | 10011011 | 111101 | 110110 |
Color Harmonies of #41D195
Complementary color
Monochromatic Colors of #41D195
Black with #41D195
Text Example
Text Example
White with #41D195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D195; }
p { color: rgb(65,209,149); }
H1.HeaderClassName
{
color: #41D195;
}
.AnyTagClassName
{
color: #41D195;
}
</style>
background-color css
<style>
a { background-color: #41D195; }
a { background-color: rgb(65,209,149); }
div.DivClassName
{
background-color: #41D195;
}
.BgClassName
{
background-color: #41D195;
}
</style>
border-color css
<style>
span { border-color: #41D195; }
span { border-color: rgb(65,209,149); }
td.TdClassName
{
border-color: #41D195;
}
.TagClassName
{
border-color: #41D195;
}
</style>