Shades of Fruit Salad #41A64D
Tints of Fruit Salad #41A64D
RGB
CMYK
RGB Variations
Color information
#41A64D (or 0x41A64D) is known color: Fruit Salad. HEX triplet: 41, A6 and 4D. RGB value is (65,166,77). Sum of RGB (Red+Green+Blue) = 65+166+77=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 166 (65.23% from 255 or 53.90% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 166 - color contains mainly: green. Hex color #41A64D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A64D is #BE59B2. Grayscale: #7D7D7D. Windows color (decimal): -12474803 or 5088833. OLE color: 5088833.
HSL color Cylindrical-coordinate representation of color #41A64D: hue angle of 127.13º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A64D is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 166 | 77 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.35 |
| HSL | 127.13º | 0.44% | 0.45% | - |
| HSV(B) | 127.13º | 0.61% | 0.65% | - |
| XYZ | 17.16 | 28.93 | 11.7 | - |
| YUV | 125.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 166 | 77 | 0.61 | 0 | 0.54 | 0.35 | 127.13 | 0.44 | 0.45 |
| Hex | 41 | A6 | 4D | 3D | 0 | 36 | 23 | 7F | 2C | 2D |
| Octal | 101 | 246 | 115 | 75 | 0 | 66 | 43 | 177 | 54 | 55 |
| Binary | 1000001 | 10100110 | 1001101 | 111101 | 0 | 110110 | 100011 | 1111111 | 101100 | 101101 |
Color Harmonies of #41A64D
Complementary color
Monochromatic Colors of #41A64D
Black with #41A64D
Text Example
Text Example
White with #41A64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A64D; }
p { color: rgb(65,166,77); }
H1.HeaderClassName
{
color: #41A64D;
}
.AnyTagClassName
{
color: #41A64D;
}
</style>
background-color css
<style>
a { background-color: #41A64D; }
a { background-color: rgb(65,166,77); }
div.DivClassName
{
background-color: #41A64D;
}
.BgClassName
{
background-color: #41A64D;
}
</style>
border-color css
<style>
span { border-color: #41A64D; }
span { border-color: rgb(65,166,77); }
td.TdClassName
{
border-color: #41A64D;
}
.TagClassName
{
border-color: #41A64D;
}
</style>