Shades of Fruit Salad #41B740
Tints of Fruit Salad #41B740
RGB
CMYK
RGB Variations
Color information
#41B740 (or 0x41B740) is known color: Fruit Salad. HEX triplet: 41, B7 and 40. RGB value is (65,183,64). Sum of RGB (Red+Green+Blue) = 65+183+64=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #41B740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B740 is #BE48BF. Grayscale: #868686. Windows color (decimal): -12470464 or 4241217. OLE color: 4241217.
HSL color Cylindrical-coordinate representation of color #41B740: hue angle of 119.5º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B740 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 183 | 64 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.28 |
| HSL | 119.5º | 0.48% | 0.48% | - |
| HSV(B) | 119.5º | 0.65% | 0.72% | - |
| XYZ | 20.04 | 35.36 | 10.62 | - |
| YUV | 134.15 | 88.41 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 183 | 64 | 0.64 | 0 | 0.65 | 0.28 | 119.5 | 0.48 | 0.48 |
| Hex | 41 | B7 | 40 | 40 | 0 | 41 | 1C | 77 | 30 | 30 |
| Octal | 101 | 267 | 100 | 100 | 0 | 101 | 34 | 167 | 60 | 60 |
| Binary | 1000001 | 10110111 | 1000000 | 1000000 | 0 | 1000001 | 11100 | 1110111 | 110000 | 110000 |
Color Harmonies of #41B740
Complementary color
Monochromatic Colors of #41B740
Black with #41B740
Text Example
Text Example
White with #41B740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B740; }
p { color: rgb(65,183,64); }
H1.HeaderClassName
{
color: #41B740;
}
.AnyTagClassName
{
color: #41B740;
}
</style>
background-color css
<style>
a { background-color: #41B740; }
a { background-color: rgb(65,183,64); }
div.DivClassName
{
background-color: #41B740;
}
.BgClassName
{
background-color: #41B740;
}
</style>
border-color css
<style>
span { border-color: #41B740; }
span { border-color: rgb(65,183,64); }
td.TdClassName
{
border-color: #41B740;
}
.TagClassName
{
border-color: #41B740;
}
</style>