Shades of Shamrock #41DD8B
Tints of Shamrock #41DD8B
RGB
CMYK
RGB Variations
Color information
#41DD8B (or 0x41DD8B) is known color: Shamrock. HEX triplet: 41, DD and 8B. RGB value is (65,221,139). Sum of RGB (Red+Green+Blue) = 65+221+139=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DD8B is #BE2274. Grayscale: #A5A5A5. Windows color (decimal): -12460661 or 9166145. OLE color: 9166145.
HSL color Cylindrical-coordinate representation of color #41DD8B: hue angle of 148.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DD8B is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 139 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.13 |
| HSL | 148.46º | 0.7% | 0.56% | - |
| HSV(B) | 148.46º | 0.71% | 0.87% | - |
| XYZ | 32.7 | 54.7 | 33.26 | - |
| YUV | 165.01 | 113.32 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 139 | 0.71 | 0 | 0.37 | 0.13 | 148.46 | 0.7 | 0.56 |
| Hex | 41 | DD | 8B | 47 | 0 | 25 | D | 94 | 46 | 38 |
| Octal | 101 | 335 | 213 | 107 | 0 | 45 | 15 | 224 | 106 | 70 |
| Binary | 1000001 | 11011101 | 10001011 | 1000111 | 0 | 100101 | 1101 | 10010100 | 1000110 | 111000 |
Color Harmonies of #41DD8B
Complementary color
Monochromatic Colors of #41DD8B
Black with #41DD8B
Text Example
Text Example
White with #41DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DD8B; }
p { color: rgb(65,221,139); }
H1.HeaderClassName
{
color: #41DD8B;
}
.AnyTagClassName
{
color: #41DD8B;
}
</style>
background-color css
<style>
a { background-color: #41DD8B; }
a { background-color: rgb(65,221,139); }
div.DivClassName
{
background-color: #41DD8B;
}
.BgClassName
{
background-color: #41DD8B;
}
</style>
border-color css
<style>
span { border-color: #41DD8B; }
span { border-color: rgb(65,221,139); }
td.TdClassName
{
border-color: #41DD8B;
}
.TagClassName
{
border-color: #41DD8B;
}
</style>