Shades of Shamrock #41D58C
Tints of Shamrock #41D58C
RGB
CMYK
RGB Variations
Color information
#41D58C (or 0x41D58C) is known color: Shamrock. HEX triplet: 41, D5 and 8C. RGB value is (65,213,140). Sum of RGB (Red+Green+Blue) = 65+213+140=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #41D58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D58C is #BE2A73. Grayscale: #A0A0A0. Windows color (decimal): -12462708 or 9229633. OLE color: 9229633.
HSL color Cylindrical-coordinate representation of color #41D58C: hue angle of 150.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D58C is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 140 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.16 |
| HSL | 150.41º | 0.64% | 0.55% | - |
| HSV(B) | 150.41º | 0.69% | 0.84% | - |
| XYZ | 30.71 | 50.61 | 32.96 | - |
| YUV | 160.43 | 116.47 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 140 | 0.69 | 0 | 0.34 | 0.16 | 150.41 | 0.64 | 0.55 |
| Hex | 41 | D5 | 8C | 45 | 0 | 22 | 10 | 96 | 40 | 37 |
| Octal | 101 | 325 | 214 | 105 | 0 | 42 | 20 | 226 | 100 | 67 |
| Binary | 1000001 | 11010101 | 10001100 | 1000101 | 0 | 100010 | 10000 | 10010110 | 1000000 | 110111 |
Color Harmonies of #41D58C
Complementary color
Monochromatic Colors of #41D58C
Black with #41D58C
Text Example
Text Example
White with #41D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D58C; }
p { color: rgb(65,213,140); }
H1.HeaderClassName
{
color: #41D58C;
}
.AnyTagClassName
{
color: #41D58C;
}
</style>
background-color css
<style>
a { background-color: #41D58C; }
a { background-color: rgb(65,213,140); }
div.DivClassName
{
background-color: #41D58C;
}
.BgClassName
{
background-color: #41D58C;
}
</style>
border-color css
<style>
span { border-color: #41D58C; }
span { border-color: rgb(65,213,140); }
td.TdClassName
{
border-color: #41D58C;
}
.TagClassName
{
border-color: #41D58C;
}
</style>