Shades of Shamrock #41DB94
Tints of Shamrock #41DB94
RGB
CMYK
RGB Variations
Color information
#41DB94 (or 0x41DB94) is known color: Shamrock. HEX triplet: 41, DB and 94. RGB value is (65,219,148). Sum of RGB (Red+Green+Blue) = 65+219+148=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #41DB94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DB94 is #BE246B. Grayscale: #A4A4A4. Windows color (decimal): -12461164 or 9755457. OLE color: 9755457.
HSL color Cylindrical-coordinate representation of color #41DB94: hue angle of 152.34º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DB94 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 148 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.14 |
| HSL | 152.34º | 0.68% | 0.56% | - |
| HSV(B) | 152.34º | 0.7% | 0.86% | - |
| XYZ | 32.86 | 53.92 | 36.69 | - |
| YUV | 164.86 | 118.48 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 148 | 0.70 | 0 | 0.32 | 0.14 | 152.34 | 0.68 | 0.56 |
| Hex | 41 | DB | 94 | 46 | 0 | 20 | E | 98 | 44 | 38 |
| Octal | 101 | 333 | 224 | 106 | 0 | 40 | 16 | 230 | 104 | 70 |
| Binary | 1000001 | 11011011 | 10010100 | 1000110 | 0 | 100000 | 1110 | 10011000 | 1000100 | 111000 |
Color Harmonies of #41DB94
Complementary color
Monochromatic Colors of #41DB94
Black with #41DB94
Text Example
Text Example
White with #41DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DB94; }
p { color: rgb(65,219,148); }
H1.HeaderClassName
{
color: #41DB94;
}
.AnyTagClassName
{
color: #41DB94;
}
</style>
background-color css
<style>
a { background-color: #41DB94; }
a { background-color: rgb(65,219,148); }
div.DivClassName
{
background-color: #41DB94;
}
.BgClassName
{
background-color: #41DB94;
}
</style>
border-color css
<style>
span { border-color: #41DB94; }
span { border-color: rgb(65,219,148); }
td.TdClassName
{
border-color: #41DB94;
}
.TagClassName
{
border-color: #41DB94;
}
</style>