Shades of Shamrock #41D895
Tints of Shamrock #41D895
RGB
CMYK
RGB Variations
Color information
#41D895 (or 0x41D895) is known color: Shamrock. HEX triplet: 41, D8 and 95. RGB value is (65,216,149). Sum of RGB (Red+Green+Blue) = 65+216+149=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #41D895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D895 is #BE276A. Grayscale: #A3A3A3. Windows color (decimal): -12461931 or 9820225. OLE color: 9820225.
HSL color Cylindrical-coordinate representation of color #41D895: hue angle of 153.38º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D895 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 149 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.15 |
| HSL | 153.38º | 0.66% | 0.55% | - |
| HSV(B) | 153.38º | 0.7% | 0.85% | - |
| XYZ | 32.16 | 52.41 | 36.85 | - |
| YUV | 163.21 | 119.97 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 149 | 0.70 | 0 | 0.31 | 0.15 | 153.38 | 0.66 | 0.55 |
| Hex | 41 | D8 | 95 | 46 | 0 | 1F | F | 99 | 42 | 37 |
| Octal | 101 | 330 | 225 | 106 | 0 | 37 | 17 | 231 | 102 | 67 |
| Binary | 1000001 | 11011000 | 10010101 | 1000110 | 0 | 11111 | 1111 | 10011001 | 1000010 | 110111 |
Color Harmonies of #41D895
Complementary color
Monochromatic Colors of #41D895
Black with #41D895
Text Example
Text Example
White with #41D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D895; }
p { color: rgb(65,216,149); }
H1.HeaderClassName
{
color: #41D895;
}
.AnyTagClassName
{
color: #41D895;
}
</style>
background-color css
<style>
a { background-color: #41D895; }
a { background-color: rgb(65,216,149); }
div.DivClassName
{
background-color: #41D895;
}
.BgClassName
{
background-color: #41D895;
}
</style>
border-color css
<style>
span { border-color: #41D895; }
span { border-color: rgb(65,216,149); }
td.TdClassName
{
border-color: #41D895;
}
.TagClassName
{
border-color: #41D895;
}
</style>