Shades of Fruit Salad #41B742
Tints of Fruit Salad #41B742
RGB
CMYK
RGB Variations
Color information
#41B742 (or 0x41B742) is known color: Fruit Salad. HEX triplet: 41, B7 and 42. RGB value is (65,183,66). Sum of RGB (Red+Green+Blue) = 65+183+66=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #41B742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B742 is #BE48BD. Grayscale: #868686. Windows color (decimal): -12470462 or 4372289. OLE color: 4372289.
HSL color Cylindrical-coordinate representation of color #41B742: hue angle of 120.51º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B742 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 183 | 66 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.28 |
| HSL | 120.51º | 0.48% | 0.49% | - |
| HSV(B) | 120.51º | 0.64% | 0.72% | - |
| XYZ | 20.1 | 35.38 | 10.92 | - |
| YUV | 134.38 | 89.41 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 183 | 66 | 0.64 | 0 | 0.64 | 0.28 | 120.51 | 0.48 | 0.49 |
| Hex | 41 | B7 | 42 | 40 | 0 | 40 | 1C | 79 | 30 | 31 |
| Octal | 101 | 267 | 102 | 100 | 0 | 100 | 34 | 171 | 60 | 61 |
| Binary | 1000001 | 10110111 | 1000010 | 1000000 | 0 | 1000000 | 11100 | 1111001 | 110000 | 110001 |
Color Harmonies of #41B742
Complementary color
Monochromatic Colors of #41B742
Black with #41B742
Text Example
Text Example
White with #41B742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B742; }
p { color: rgb(65,183,66); }
H1.HeaderClassName
{
color: #41B742;
}
.AnyTagClassName
{
color: #41B742;
}
</style>
background-color css
<style>
a { background-color: #41B742; }
a { background-color: rgb(65,183,66); }
div.DivClassName
{
background-color: #41B742;
}
.BgClassName
{
background-color: #41B742;
}
</style>
border-color css
<style>
span { border-color: #41B742; }
span { border-color: rgb(65,183,66); }
td.TdClassName
{
border-color: #41B742;
}
.TagClassName
{
border-color: #41B742;
}
</style>