Shades of Shamrock #41DC92
Tints of Shamrock #41DC92
RGB
CMYK
RGB Variations
Color information
#41DC92 (or 0x41DC92) is known color: Shamrock. HEX triplet: 41, DC and 92. RGB value is (65,220,146). Sum of RGB (Red+Green+Blue) = 65+220+146=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DC92 is #BE236D. Grayscale: #A5A5A5. Windows color (decimal): -12460910 or 9624641. OLE color: 9624641.
HSL color Cylindrical-coordinate representation of color #41DC92: hue angle of 151.35º degrees, saturation: 0.69, 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 #41DC92 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 146 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.14 |
| HSL | 151.35º | 0.69% | 0.56% | - |
| HSV(B) | 151.35º | 0.7% | 0.86% | - |
| XYZ | 32.96 | 54.39 | 35.95 | - |
| YUV | 165.22 | 117.15 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 146 | 0.70 | 0 | 0.34 | 0.14 | 151.35 | 0.69 | 0.56 |
| Hex | 41 | DC | 92 | 46 | 0 | 22 | E | 97 | 45 | 38 |
| Octal | 101 | 334 | 222 | 106 | 0 | 42 | 16 | 227 | 105 | 70 |
| Binary | 1000001 | 11011100 | 10010010 | 1000110 | 0 | 100010 | 1110 | 10010111 | 1000101 | 111000 |
Color Harmonies of #41DC92
Complementary color
Monochromatic Colors of #41DC92
Black with #41DC92
Text Example
Text Example
White with #41DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DC92; }
p { color: rgb(65,220,146); }
H1.HeaderClassName
{
color: #41DC92;
}
.AnyTagClassName
{
color: #41DC92;
}
</style>
background-color css
<style>
a { background-color: #41DC92; }
a { background-color: rgb(65,220,146); }
div.DivClassName
{
background-color: #41DC92;
}
.BgClassName
{
background-color: #41DC92;
}
</style>
border-color css
<style>
span { border-color: #41DC92; }
span { border-color: rgb(65,220,146); }
td.TdClassName
{
border-color: #41DC92;
}
.TagClassName
{
border-color: #41DC92;
}
</style>