Shades of Shamrock #41F18A
Tints of Shamrock #41F18A
RGB
CMYK
RGB Variations
Color information
#41F18A (or 0x41F18A) is known color: Shamrock. HEX triplet: 41, F1 and 8A. RGB value is (65,241,138). Sum of RGB (Red+Green+Blue) = 65+241+138=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #41F18A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F18A is #BE0E75. Grayscale: #B0B0B0. Windows color (decimal): -12455542 or 9105729. OLE color: 9105729.
HSL color Cylindrical-coordinate representation of color #41F18A: hue angle of 144.89º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F18A is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 241 | 138 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.05 |
| HSL | 144.89º | 0.86% | 0.6% | - |
| HSV(B) | 144.89º | 0.73% | 0.95% | - |
| XYZ | 38.22 | 65.87 | 34.74 | - |
| YUV | 176.63 | 106.19 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 241 | 138 | 0.73 | 0 | 0.43 | 0.05 | 144.89 | 0.86 | 0.6 |
| Hex | 41 | F1 | 8A | 49 | 0 | 2B | 5 | 91 | 56 | 3C |
| Octal | 101 | 361 | 212 | 111 | 0 | 53 | 5 | 221 | 126 | 74 |
| Binary | 1000001 | 11110001 | 10001010 | 1001001 | 0 | 101011 | 101 | 10010001 | 1010110 | 111100 |
Color Harmonies of #41F18A
Complementary color
Monochromatic Colors of #41F18A
Black with #41F18A
Text Example
Text Example
White with #41F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F18A; }
p { color: rgb(65,241,138); }
H1.HeaderClassName
{
color: #41F18A;
}
.AnyTagClassName
{
color: #41F18A;
}
</style>
background-color css
<style>
a { background-color: #41F18A; }
a { background-color: rgb(65,241,138); }
div.DivClassName
{
background-color: #41F18A;
}
.BgClassName
{
background-color: #41F18A;
}
</style>
border-color css
<style>
span { border-color: #41F18A; }
span { border-color: rgb(65,241,138); }
td.TdClassName
{
border-color: #41F18A;
}
.TagClassName
{
border-color: #41F18A;
}
</style>