Shades of Shamrock #41F48D
Tints of Shamrock #41F48D
RGB
CMYK
RGB Variations
Color information
#41F48D (or 0x41F48D) is known color: Shamrock. HEX triplet: 41, F4 and 8D. RGB value is (65,244,141). Sum of RGB (Red+Green+Blue) = 65+244+141=450 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.44% from 450); Green value is 244 (95.70% from 255 or 54.22% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 244 - color contains mainly: green. Hex color #41F48D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F48D is #BE0B72. Grayscale: #B2B2B2. Windows color (decimal): -12454771 or 9303105. OLE color: 9303105.
HSL color Cylindrical-coordinate representation of color #41F48D: hue angle of 145.47º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F48D is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 244 | 141 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.04 |
| HSL | 145.47º | 0.89% | 0.61% | - |
| HSV(B) | 145.47º | 0.73% | 0.96% | - |
| XYZ | 39.34 | 67.75 | 36.2 | - |
| YUV | 178.74 | 106.7 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 244 | 141 | 0.73 | 0 | 0.42 | 0.04 | 145.47 | 0.89 | 0.61 |
| Hex | 41 | F4 | 8D | 49 | 0 | 2A | 4 | 91 | 59 | 3D |
| Octal | 101 | 364 | 215 | 111 | 0 | 52 | 4 | 221 | 131 | 75 |
| Binary | 1000001 | 11110100 | 10001101 | 1001001 | 0 | 101010 | 100 | 10010001 | 1011001 | 111101 |
Color Harmonies of #41F48D
Complementary color
Monochromatic Colors of #41F48D
Black with #41F48D
Text Example
Text Example
White with #41F48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F48D; }
p { color: rgb(65,244,141); }
H1.HeaderClassName
{
color: #41F48D;
}
.AnyTagClassName
{
color: #41F48D;
}
</style>
background-color css
<style>
a { background-color: #41F48D; }
a { background-color: rgb(65,244,141); }
div.DivClassName
{
background-color: #41F48D;
}
.BgClassName
{
background-color: #41F48D;
}
</style>
border-color css
<style>
span { border-color: #41F48D; }
span { border-color: rgb(65,244,141); }
td.TdClassName
{
border-color: #41F48D;
}
.TagClassName
{
border-color: #41F48D;
}
</style>