Shades of Shamrock #41DE8C
Tints of Shamrock #41DE8C
RGB
CMYK
RGB Variations
Color information
#41DE8C (or 0x41DE8C) is known color: Shamrock. HEX triplet: 41, DE and 8C. RGB value is (65,222,140). Sum of RGB (Red+Green+Blue) = 65+222+140=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #41DE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DE8C is #BE2173. Grayscale: #A5A5A5. Windows color (decimal): -12460404 or 9231937. OLE color: 9231937.
HSL color Cylindrical-coordinate representation of color #41DE8C: hue angle of 148.66º 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 #41DE8C is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 222 | 140 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.13 |
| HSL | 148.66º | 0.7% | 0.56% | - |
| HSV(B) | 148.66º | 0.71% | 0.87% | - |
| XYZ | 33.03 | 55.26 | 33.74 | - |
| YUV | 165.71 | 113.49 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 222 | 140 | 0.71 | 0 | 0.37 | 0.13 | 148.66 | 0.7 | 0.56 |
| Hex | 41 | DE | 8C | 47 | 0 | 25 | D | 95 | 46 | 38 |
| Octal | 101 | 336 | 214 | 107 | 0 | 45 | 15 | 225 | 106 | 70 |
| Binary | 1000001 | 11011110 | 10001100 | 1000111 | 0 | 100101 | 1101 | 10010101 | 1000110 | 111000 |
Color Harmonies of #41DE8C
Complementary color
Monochromatic Colors of #41DE8C
Black with #41DE8C
Text Example
Text Example
White with #41DE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DE8C; }
p { color: rgb(65,222,140); }
H1.HeaderClassName
{
color: #41DE8C;
}
.AnyTagClassName
{
color: #41DE8C;
}
</style>
background-color css
<style>
a { background-color: #41DE8C; }
a { background-color: rgb(65,222,140); }
div.DivClassName
{
background-color: #41DE8C;
}
.BgClassName
{
background-color: #41DE8C;
}
</style>
border-color css
<style>
span { border-color: #41DE8C; }
span { border-color: rgb(65,222,140); }
td.TdClassName
{
border-color: #41DE8C;
}
.TagClassName
{
border-color: #41DE8C;
}
</style>