Shades of Shamrock #41BF8C
Tints of Shamrock #41BF8C
RGB
CMYK
RGB Variations
Color information
#41BF8C (or 0x41BF8C) is known color: Shamrock. HEX triplet: 41, BF and 8C. RGB value is (65,191,140). Sum of RGB (Red+Green+Blue) = 65+191+140=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BF8C is #BE4073. Grayscale: #939393. Windows color (decimal): -12468340 or 9224001. OLE color: 9224001.
HSL color Cylindrical-coordinate representation of color #41BF8C: hue angle of 155.71º 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 #41BF8C is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 140 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.25 |
| HSL | 155.71º | 0.5% | 0.5% | - |
| HSV(B) | 155.71º | 0.66% | 0.75% | - |
| XYZ | 25.54 | 40.28 | 31.24 | - |
| YUV | 147.51 | 123.76 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 140 | 0.66 | 0 | 0.27 | 0.25 | 155.71 | 0.5 | 0.5 |
| Hex | 41 | BF | 8C | 42 | 0 | 1B | 19 | 9C | 32 | 32 |
| Octal | 101 | 277 | 214 | 102 | 0 | 33 | 31 | 234 | 62 | 62 |
| Binary | 1000001 | 10111111 | 10001100 | 1000010 | 0 | 11011 | 11001 | 10011100 | 110010 | 110010 |
Color Harmonies of #41BF8C
Complementary color
Monochromatic Colors of #41BF8C
Black with #41BF8C
Text Example
Text Example
White with #41BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF8C; }
p { color: rgb(65,191,140); }
H1.HeaderClassName
{
color: #41BF8C;
}
.AnyTagClassName
{
color: #41BF8C;
}
</style>
background-color css
<style>
a { background-color: #41BF8C; }
a { background-color: rgb(65,191,140); }
div.DivClassName
{
background-color: #41BF8C;
}
.BgClassName
{
background-color: #41BF8C;
}
</style>
border-color css
<style>
span { border-color: #41BF8C; }
span { border-color: rgb(65,191,140); }
td.TdClassName
{
border-color: #41BF8C;
}
.TagClassName
{
border-color: #41BF8C;
}
</style>