Shades of Shamrock #41BD93
Tints of Shamrock #41BD93
RGB
CMYK
RGB Variations
Color information
#41BD93 (or 0x41BD93) is known color: Shamrock. HEX triplet: 41, BD and 93. RGB value is (65,189,147). Sum of RGB (Red+Green+Blue) = 65+189+147=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BD93 is #BE426C. Grayscale: #939393. Windows color (decimal): -12468845 or 9682241. OLE color: 9682241.
HSL color Cylindrical-coordinate representation of color #41BD93: hue angle of 159.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BD93 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 189 | 147 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.26 |
| HSL | 159.68º | 0.49% | 0.5% | - |
| HSV(B) | 159.68º | 0.66% | 0.74% | - |
| XYZ | 25.64 | 39.63 | 33.9 | - |
| YUV | 147.14 | 127.92 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 147 | 0.66 | 0 | 0.22 | 0.26 | 159.68 | 0.49 | 0.5 |
| Hex | 41 | BD | 93 | 42 | 0 | 16 | 1A | A0 | 31 | 32 |
| Octal | 101 | 275 | 223 | 102 | 0 | 26 | 32 | 240 | 61 | 62 |
| Binary | 1000001 | 10111101 | 10010011 | 1000010 | 0 | 10110 | 11010 | 10100000 | 110001 | 110010 |
Color Harmonies of #41BD93
Complementary color
Monochromatic Colors of #41BD93
Black with #41BD93
Text Example
Text Example
White with #41BD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BD93; }
p { color: rgb(65,189,147); }
H1.HeaderClassName
{
color: #41BD93;
}
.AnyTagClassName
{
color: #41BD93;
}
</style>
background-color css
<style>
a { background-color: #41BD93; }
a { background-color: rgb(65,189,147); }
div.DivClassName
{
background-color: #41BD93;
}
.BgClassName
{
background-color: #41BD93;
}
</style>
border-color css
<style>
span { border-color: #41BD93; }
span { border-color: rgb(65,189,147); }
td.TdClassName
{
border-color: #41BD93;
}
.TagClassName
{
border-color: #41BD93;
}
</style>