Shades of Fruit Salad #41A942
Tints of Fruit Salad #41A942
RGB
CMYK
RGB Variations
Color information
#41A942 (or 0x41A942) is known color: Fruit Salad. HEX triplet: 41, A9 and 42. RGB value is (65,169,66). Sum of RGB (Red+Green+Blue) = 65+169+66=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #41A942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A942 is #BE56BD. Grayscale: #7E7E7E. Windows color (decimal): -12474046 or 4368705. OLE color: 4368705.
HSL color Cylindrical-coordinate representation of color #41A942: hue angle of 120.58º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41A942 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 169 | 66 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.34 |
| HSL | 120.58º | 0.44% | 0.46% | - |
| HSV(B) | 120.58º | 0.62% | 0.66% | - |
| XYZ | 17.35 | 29.89 | 10.01 | - |
| YUV | 126.16 | 94.04 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 169 | 66 | 0.62 | 0 | 0.61 | 0.34 | 120.58 | 0.44 | 0.46 |
| Hex | 41 | A9 | 42 | 3E | 0 | 3D | 22 | 79 | 2C | 2E |
| Octal | 101 | 251 | 102 | 76 | 0 | 75 | 42 | 171 | 54 | 56 |
| Binary | 1000001 | 10101001 | 1000010 | 111110 | 0 | 111101 | 100010 | 1111001 | 101100 | 101110 |
Color Harmonies of #41A942
Complementary color
Monochromatic Colors of #41A942
Black with #41A942
Text Example
Text Example
White with #41A942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A942; }
p { color: rgb(65,169,66); }
H1.HeaderClassName
{
color: #41A942;
}
.AnyTagClassName
{
color: #41A942;
}
</style>
background-color css
<style>
a { background-color: #41A942; }
a { background-color: rgb(65,169,66); }
div.DivClassName
{
background-color: #41A942;
}
.BgClassName
{
background-color: #41A942;
}
</style>
border-color css
<style>
span { border-color: #41A942; }
span { border-color: rgb(65,169,66); }
td.TdClassName
{
border-color: #41A942;
}
.TagClassName
{
border-color: #41A942;
}
</style>