Shades of Shamrock #41D695
Tints of Shamrock #41D695
RGB
CMYK
RGB Variations
Color information
#41D695 (or 0x41D695) is known color: Shamrock. HEX triplet: 41, D6 and 95. RGB value is (65,214,149). Sum of RGB (Red+Green+Blue) = 65+214+149=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #41D695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D695 is #BE296A. Grayscale: #A2A2A2. Windows color (decimal): -12462443 or 9819713. OLE color: 9819713.
HSL color Cylindrical-coordinate representation of color #41D695: hue angle of 153.83º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D695 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 214 | 149 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.16 |
| HSL | 153.83º | 0.65% | 0.55% | - |
| HSV(B) | 153.83º | 0.7% | 0.84% | - |
| XYZ | 31.65 | 51.39 | 36.68 | - |
| YUV | 162.04 | 120.64 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 214 | 149 | 0.70 | 0 | 0.30 | 0.16 | 153.83 | 0.65 | 0.55 |
| Hex | 41 | D6 | 95 | 46 | 0 | 1E | 10 | 9A | 41 | 37 |
| Octal | 101 | 326 | 225 | 106 | 0 | 36 | 20 | 232 | 101 | 67 |
| Binary | 1000001 | 11010110 | 10010101 | 1000110 | 0 | 11110 | 10000 | 10011010 | 1000001 | 110111 |
Color Harmonies of #41D695
Complementary color
Monochromatic Colors of #41D695
Black with #41D695
Text Example
Text Example
White with #41D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D695; }
p { color: rgb(65,214,149); }
H1.HeaderClassName
{
color: #41D695;
}
.AnyTagClassName
{
color: #41D695;
}
</style>
background-color css
<style>
a { background-color: #41D695; }
a { background-color: rgb(65,214,149); }
div.DivClassName
{
background-color: #41D695;
}
.BgClassName
{
background-color: #41D695;
}
</style>
border-color css
<style>
span { border-color: #41D695; }
span { border-color: rgb(65,214,149); }
td.TdClassName
{
border-color: #41D695;
}
.TagClassName
{
border-color: #41D695;
}
</style>