Shades of Shamrock #41BF90
Tints of Shamrock #41BF90
RGB
CMYK
RGB Variations
Color information
#41BF90 (or 0x41BF90) is known color: Shamrock. HEX triplet: 41, BF and 90. RGB value is (65,191,144). Sum of RGB (Red+Green+Blue) = 65+191+144=400 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BF90 is #BE406F. Grayscale: #949494. Windows color (decimal): -12468336 or 9486145. OLE color: 9486145.
HSL color Cylindrical-coordinate representation of color #41BF90: hue angle of 157.62º 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 #41BF90 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 144 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.25 |
| HSL | 157.62º | 0.5% | 0.5% | - |
| HSV(B) | 157.62º | 0.66% | 0.75% | - |
| XYZ | 25.84 | 40.4 | 32.82 | - |
| YUV | 147.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 144 | 0.66 | 0 | 0.25 | 0.25 | 157.62 | 0.5 | 0.5 |
| Hex | 41 | BF | 90 | 42 | 0 | 19 | 19 | 9E | 32 | 32 |
| Octal | 101 | 277 | 220 | 102 | 0 | 31 | 31 | 236 | 62 | 62 |
| Binary | 1000001 | 10111111 | 10010000 | 1000010 | 0 | 11001 | 11001 | 10011110 | 110010 | 110010 |
Color Harmonies of #41BF90
Complementary color
Monochromatic Colors of #41BF90
Black with #41BF90
Text Example
Text Example
White with #41BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF90; }
p { color: rgb(65,191,144); }
H1.HeaderClassName
{
color: #41BF90;
}
.AnyTagClassName
{
color: #41BF90;
}
</style>
background-color css
<style>
a { background-color: #41BF90; }
a { background-color: rgb(65,191,144); }
div.DivClassName
{
background-color: #41BF90;
}
.BgClassName
{
background-color: #41BF90;
}
</style>
border-color css
<style>
span { border-color: #41BF90; }
span { border-color: rgb(65,191,144); }
td.TdClassName
{
border-color: #41BF90;
}
.TagClassName
{
border-color: #41BF90;
}
</style>