Shades of Shamrock #41E68C
Tints of Shamrock #41E68C
RGB
CMYK
RGB Variations
Color information
#41E68C (or 0x41E68C) is known color: Shamrock. HEX triplet: 41, E6 and 8C. RGB value is (65,230,140). Sum of RGB (Red+Green+Blue) = 65+230+140=435 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.94% from 435); Green value is 230 (90.23% from 255 or 52.87% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 230 - color contains mainly: green. Hex color #41E68C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41E68C is #BE1973. Grayscale: #AAAAAA. Windows color (decimal): -12458356 or 9233985. OLE color: 9233985.
HSL color Cylindrical-coordinate representation of color #41E68C: hue angle of 147.27º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E68C is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 230 | 140 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.10 |
| HSL | 147.27º | 0.77% | 0.58% | - |
| HSV(B) | 147.27º | 0.72% | 0.9% | - |
| XYZ | 35.21 | 59.61 | 34.46 | - |
| YUV | 170.41 | 110.84 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 230 | 140 | 0.72 | 0 | 0.39 | 0.10 | 147.27 | 0.77 | 0.58 |
| Hex | 41 | E6 | 8C | 48 | 0 | 27 | A | 93 | 4D | 3A |
| Octal | 101 | 346 | 214 | 110 | 0 | 47 | 12 | 223 | 115 | 72 |
| Binary | 1000001 | 11100110 | 10001100 | 1001000 | 0 | 100111 | 1010 | 10010011 | 1001101 | 111010 |
Color Harmonies of #41E68C
Complementary color
Monochromatic Colors of #41E68C
Black with #41E68C
Text Example
Text Example
White with #41E68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E68C; }
p { color: rgb(65,230,140); }
H1.HeaderClassName
{
color: #41E68C;
}
.AnyTagClassName
{
color: #41E68C;
}
</style>
background-color css
<style>
a { background-color: #41E68C; }
a { background-color: rgb(65,230,140); }
div.DivClassName
{
background-color: #41E68C;
}
.BgClassName
{
background-color: #41E68C;
}
</style>
border-color css
<style>
span { border-color: #41E68C; }
span { border-color: rgb(65,230,140); }
td.TdClassName
{
border-color: #41E68C;
}
.TagClassName
{
border-color: #41E68C;
}
</style>