Shades of Shamrock #41EE8C
Tints of Shamrock #41EE8C
RGB
CMYK
RGB Variations
Color information
#41EE8C (or 0x41EE8C) is known color: Shamrock. HEX triplet: 41, EE and 8C. RGB value is (65,238,140). Sum of RGB (Red+Green+Blue) = 65+238+140=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 238 (93.36% from 255 or 53.72% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 238 - color contains mainly: green. Hex color #41EE8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41EE8C is #BE1173. Grayscale: #AFAFAF. Windows color (decimal): -12456308 or 9236033. OLE color: 9236033.
HSL color Cylindrical-coordinate representation of color #41EE8C: hue angle of 146.01º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EE8C is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 238 | 140 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.07 |
| HSL | 146.01º | 0.84% | 0.59% | - |
| HSV(B) | 146.01º | 0.73% | 0.93% | - |
| XYZ | 37.49 | 64.17 | 35.22 | - |
| YUV | 175.1 | 108.19 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 238 | 140 | 0.73 | 0 | 0.41 | 0.07 | 146.01 | 0.84 | 0.59 |
| Hex | 41 | EE | 8C | 49 | 0 | 29 | 7 | 92 | 54 | 3B |
| Octal | 101 | 356 | 214 | 111 | 0 | 51 | 7 | 222 | 124 | 73 |
| Binary | 1000001 | 11101110 | 10001100 | 1001001 | 0 | 101001 | 111 | 10010010 | 1010100 | 111011 |
Color Harmonies of #41EE8C
Complementary color
Monochromatic Colors of #41EE8C
Black with #41EE8C
Text Example
Text Example
White with #41EE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EE8C; }
p { color: rgb(65,238,140); }
H1.HeaderClassName
{
color: #41EE8C;
}
.AnyTagClassName
{
color: #41EE8C;
}
</style>
background-color css
<style>
a { background-color: #41EE8C; }
a { background-color: rgb(65,238,140); }
div.DivClassName
{
background-color: #41EE8C;
}
.BgClassName
{
background-color: #41EE8C;
}
</style>
border-color css
<style>
span { border-color: #41EE8C; }
span { border-color: rgb(65,238,140); }
td.TdClassName
{
border-color: #41EE8C;
}
.TagClassName
{
border-color: #41EE8C;
}
</style>