Shades of Fruit Salad #41B856
Tints of Fruit Salad #41B856
RGB
CMYK
RGB Variations
Color information
#41B856 (or 0x41B856) is known color: Fruit Salad. HEX triplet: 41, B8 and 56. RGB value is (65,184,86). Sum of RGB (Red+Green+Blue) = 65+184+86=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #41B856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B856 is #BE47A9. Grayscale: #898989. Windows color (decimal): -12470186 or 5683265. OLE color: 5683265.
HSL color Cylindrical-coordinate representation of color #41B856: hue angle of 130.59º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B856 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 184 | 86 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.28 |
| HSL | 130.59º | 0.48% | 0.49% | - |
| HSV(B) | 130.59º | 0.65% | 0.72% | - |
| XYZ | 21 | 36.08 | 14.66 | - |
| YUV | 137.25 | 99.08 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 184 | 86 | 0.65 | 0 | 0.53 | 0.28 | 130.59 | 0.48 | 0.49 |
| Hex | 41 | B8 | 56 | 41 | 0 | 35 | 1C | 83 | 30 | 31 |
| Octal | 101 | 270 | 126 | 101 | 0 | 65 | 34 | 203 | 60 | 61 |
| Binary | 1000001 | 10111000 | 1010110 | 1000001 | 0 | 110101 | 11100 | 10000011 | 110000 | 110001 |
Color Harmonies of #41B856
Complementary color
Monochromatic Colors of #41B856
Black with #41B856
Text Example
Text Example
White with #41B856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B856; }
p { color: rgb(65,184,86); }
H1.HeaderClassName
{
color: #41B856;
}
.AnyTagClassName
{
color: #41B856;
}
</style>
background-color css
<style>
a { background-color: #41B856; }
a { background-color: rgb(65,184,86); }
div.DivClassName
{
background-color: #41B856;
}
.BgClassName
{
background-color: #41B856;
}
</style>
border-color css
<style>
span { border-color: #41B856; }
span { border-color: rgb(65,184,86); }
td.TdClassName
{
border-color: #41B856;
}
.TagClassName
{
border-color: #41B856;
}
</style>