Shades of Shamrock #41D294
Tints of Shamrock #41D294
RGB
CMYK
RGB Variations
Color information
#41D294 (or 0x41D294) is known color: Shamrock. HEX triplet: 41, D2 and 94. RGB value is (65,210,148). Sum of RGB (Red+Green+Blue) = 65+210+148=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #41D294 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D294 is #BE2D6B. Grayscale: #9F9F9F. Windows color (decimal): -12463468 or 9753153. OLE color: 9753153.
HSL color Cylindrical-coordinate representation of color #41D294: hue angle of 154.34º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D294 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 210 | 148 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.18 |
| HSL | 154.34º | 0.62% | 0.54% | - |
| HSV(B) | 154.34º | 0.69% | 0.82% | - |
| XYZ | 30.57 | 49.36 | 35.93 | - |
| YUV | 159.58 | 121.46 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 210 | 148 | 0.69 | 0 | 0.30 | 0.18 | 154.34 | 0.62 | 0.54 |
| Hex | 41 | D2 | 94 | 45 | 0 | 1E | 12 | 9A | 3E | 36 |
| Octal | 101 | 322 | 224 | 105 | 0 | 36 | 22 | 232 | 76 | 66 |
| Binary | 1000001 | 11010010 | 10010100 | 1000101 | 0 | 11110 | 10010 | 10011010 | 111110 | 110110 |
Color Harmonies of #41D294
Complementary color
Monochromatic Colors of #41D294
Black with #41D294
Text Example
Text Example
White with #41D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D294; }
p { color: rgb(65,210,148); }
H1.HeaderClassName
{
color: #41D294;
}
.AnyTagClassName
{
color: #41D294;
}
</style>
background-color css
<style>
a { background-color: #41D294; }
a { background-color: rgb(65,210,148); }
div.DivClassName
{
background-color: #41D294;
}
.BgClassName
{
background-color: #41D294;
}
</style>
border-color css
<style>
span { border-color: #41D294; }
span { border-color: rgb(65,210,148); }
td.TdClassName
{
border-color: #41D294;
}
.TagClassName
{
border-color: #41D294;
}
</style>