Shades of Shamrock #41BF91
Tints of Shamrock #41BF91
RGB
CMYK
RGB Variations
Color information
#41BF91 (or 0x41BF91) is known color: Shamrock. HEX triplet: 41, BF and 91. RGB value is (65,191,145). Sum of RGB (Red+Green+Blue) = 65+191+145=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BF91 is #BE406E. Grayscale: #949494. Windows color (decimal): -12468335 or 9551681. OLE color: 9551681.
HSL color Cylindrical-coordinate representation of color #41BF91: hue angle of 158.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BF91 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 145 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.25 |
| HSL | 158.1º | 0.5% | 0.5% | - |
| HSV(B) | 158.1º | 0.66% | 0.75% | - |
| XYZ | 25.92 | 40.43 | 33.23 | - |
| YUV | 148.08 | 126.26 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 145 | 0.66 | 0 | 0.24 | 0.25 | 158.1 | 0.5 | 0.5 |
| Hex | 41 | BF | 91 | 42 | 0 | 18 | 19 | 9E | 32 | 32 |
| Octal | 101 | 277 | 221 | 102 | 0 | 30 | 31 | 236 | 62 | 62 |
| Binary | 1000001 | 10111111 | 10010001 | 1000010 | 0 | 11000 | 11001 | 10011110 | 110010 | 110010 |
Color Harmonies of #41BF91
Complementary color
Monochromatic Colors of #41BF91
Black with #41BF91
Text Example
Text Example
White with #41BF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF91; }
p { color: rgb(65,191,145); }
H1.HeaderClassName
{
color: #41BF91;
}
.AnyTagClassName
{
color: #41BF91;
}
</style>
background-color css
<style>
a { background-color: #41BF91; }
a { background-color: rgb(65,191,145); }
div.DivClassName
{
background-color: #41BF91;
}
.BgClassName
{
background-color: #41BF91;
}
</style>
border-color css
<style>
span { border-color: #41BF91; }
span { border-color: rgb(65,191,145); }
td.TdClassName
{
border-color: #41BF91;
}
.TagClassName
{
border-color: #41BF91;
}
</style>