Shades of Shamrock #41D494
Tints of Shamrock #41D494
RGB
CMYK
RGB Variations
Color information
#41D494 (or 0x41D494) is known color: Shamrock. HEX triplet: 41, D4 and 94. RGB value is (65,212,148). Sum of RGB (Red+Green+Blue) = 65+212+148=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #41D494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D494 is #BE2B6B. Grayscale: #A0A0A0. Windows color (decimal): -12462956 or 9753665. OLE color: 9753665.
HSL color Cylindrical-coordinate representation of color #41D494: hue angle of 153.88º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D494 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 212 | 148 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.17 |
| HSL | 153.88º | 0.63% | 0.54% | - |
| HSV(B) | 153.88º | 0.69% | 0.83% | - |
| XYZ | 31.07 | 50.35 | 36.1 | - |
| YUV | 160.75 | 120.8 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 212 | 148 | 0.69 | 0 | 0.30 | 0.17 | 153.88 | 0.63 | 0.54 |
| Hex | 41 | D4 | 94 | 45 | 0 | 1E | 11 | 9A | 3F | 36 |
| Octal | 101 | 324 | 224 | 105 | 0 | 36 | 21 | 232 | 77 | 66 |
| Binary | 1000001 | 11010100 | 10010100 | 1000101 | 0 | 11110 | 10001 | 10011010 | 111111 | 110110 |
Color Harmonies of #41D494
Complementary color
Monochromatic Colors of #41D494
Black with #41D494
Text Example
Text Example
White with #41D494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D494; }
p { color: rgb(65,212,148); }
H1.HeaderClassName
{
color: #41D494;
}
.AnyTagClassName
{
color: #41D494;
}
</style>
background-color css
<style>
a { background-color: #41D494; }
a { background-color: rgb(65,212,148); }
div.DivClassName
{
background-color: #41D494;
}
.BgClassName
{
background-color: #41D494;
}
</style>
border-color css
<style>
span { border-color: #41D494; }
span { border-color: rgb(65,212,148); }
td.TdClassName
{
border-color: #41D494;
}
.TagClassName
{
border-color: #41D494;
}
</style>