Shades of Shamrock #41E995
Tints of Shamrock #41E995
RGB
CMYK
RGB Variations
Color information
#41E995 (or 0x41E995) is known color: Shamrock. HEX triplet: 41, E9 and 95. RGB value is (65,233,149). Sum of RGB (Red+Green+Blue) = 65+233+149=447 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.54% from 447); Green value is 233 (91.41% from 255 or 52.13% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 233 - color contains mainly: green. Hex color #41E995 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41E995 is #BE166A. Grayscale: #ADADAD. Windows color (decimal): -12457579 or 9824577. OLE color: 9824577.
HSL color Cylindrical-coordinate representation of color #41E995: hue angle of 150º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E995 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 233 | 149 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.09 |
| HSL | 150º | 0.79% | 0.58% | - |
| HSV(B) | 150º | 0.72% | 0.91% | - |
| XYZ | 36.74 | 61.57 | 38.38 | - |
| YUV | 173.19 | 114.34 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 233 | 149 | 0.72 | 0 | 0.36 | 0.09 | 150 | 0.79 | 0.58 |
| Hex | 41 | E9 | 95 | 48 | 0 | 24 | 9 | 96 | 4F | 3A |
| Octal | 101 | 351 | 225 | 110 | 0 | 44 | 11 | 226 | 117 | 72 |
| Binary | 1000001 | 11101001 | 10010101 | 1001000 | 0 | 100100 | 1001 | 10010110 | 1001111 | 111010 |
Color Harmonies of #41E995
Complementary color
Monochromatic Colors of #41E995
Black with #41E995
Text Example
Text Example
White with #41E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E995; }
p { color: rgb(65,233,149); }
H1.HeaderClassName
{
color: #41E995;
}
.AnyTagClassName
{
color: #41E995;
}
</style>
background-color css
<style>
a { background-color: #41E995; }
a { background-color: rgb(65,233,149); }
div.DivClassName
{
background-color: #41E995;
}
.BgClassName
{
background-color: #41E995;
}
</style>
border-color css
<style>
span { border-color: #41E995; }
span { border-color: rgb(65,233,149); }
td.TdClassName
{
border-color: #41E995;
}
.TagClassName
{
border-color: #41E995;
}
</style>