Shades of Shamrock #41BF8B
Tints of Shamrock #41BF8B
RGB
CMYK
RGB Variations
Color information
#41BF8B (or 0x41BF8B) is known color: Shamrock. HEX triplet: 41, BF and 8B. RGB value is (65,191,139). Sum of RGB (Red+Green+Blue) = 65+191+139=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BF8B is #BE4074. Grayscale: #939393. Windows color (decimal): -12468341 or 9158465. OLE color: 9158465.
HSL color Cylindrical-coordinate representation of color #41BF8B: hue angle of 155.24º 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 #41BF8B is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 139 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.25 |
| HSL | 155.24º | 0.5% | 0.5% | - |
| HSV(B) | 155.24º | 0.66% | 0.75% | - |
| XYZ | 25.47 | 40.25 | 30.85 | - |
| YUV | 147.4 | 123.26 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 139 | 0.66 | 0 | 0.27 | 0.25 | 155.24 | 0.5 | 0.5 |
| Hex | 41 | BF | 8B | 42 | 0 | 1B | 19 | 9B | 32 | 32 |
| Octal | 101 | 277 | 213 | 102 | 0 | 33 | 31 | 233 | 62 | 62 |
| Binary | 1000001 | 10111111 | 10001011 | 1000010 | 0 | 11011 | 11001 | 10011011 | 110010 | 110010 |
Color Harmonies of #41BF8B
Complementary color
Monochromatic Colors of #41BF8B
Black with #41BF8B
Text Example
Text Example
White with #41BF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF8B; }
p { color: rgb(65,191,139); }
H1.HeaderClassName
{
color: #41BF8B;
}
.AnyTagClassName
{
color: #41BF8B;
}
</style>
background-color css
<style>
a { background-color: #41BF8B; }
a { background-color: rgb(65,191,139); }
div.DivClassName
{
background-color: #41BF8B;
}
.BgClassName
{
background-color: #41BF8B;
}
</style>
border-color css
<style>
span { border-color: #41BF8B; }
span { border-color: rgb(65,191,139); }
td.TdClassName
{
border-color: #41BF8B;
}
.TagClassName
{
border-color: #41BF8B;
}
</style>