Shades of Fruit Salad #41C855
Tints of Fruit Salad #41C855
RGB
CMYK
RGB Variations
Color information
#41C855 (or 0x41C855) is known color: Fruit Salad. HEX triplet: 41, C8 and 55. RGB value is (65,200,85). Sum of RGB (Red+Green+Blue) = 65+200+85=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #41C855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C855 is #BE37AA. Grayscale: #929292. Windows color (decimal): -12466091 or 5621825. OLE color: 5621825.
HSL color Cylindrical-coordinate representation of color #41C855: hue angle of 128.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C855 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 200 | 85 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.22 |
| HSL | 128.89º | 0.55% | 0.52% | - |
| HSV(B) | 128.89º | 0.68% | 0.78% | - |
| XYZ | 24.47 | 43.09 | 15.62 | - |
| YUV | 146.53 | 93.27 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 200 | 85 | 0.68 | 0 | 0.58 | 0.22 | 128.89 | 0.55 | 0.52 |
| Hex | 41 | C8 | 55 | 44 | 0 | 3A | 16 | 81 | 37 | 34 |
| Octal | 101 | 310 | 125 | 104 | 0 | 72 | 26 | 201 | 67 | 64 |
| Binary | 1000001 | 11001000 | 1010101 | 1000100 | 0 | 111010 | 10110 | 10000001 | 110111 | 110100 |
Color Harmonies of #41C855
Complementary color
Monochromatic Colors of #41C855
Black with #41C855
Text Example
Text Example
White with #41C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C855; }
p { color: rgb(65,200,85); }
H1.HeaderClassName
{
color: #41C855;
}
.AnyTagClassName
{
color: #41C855;
}
</style>
background-color css
<style>
a { background-color: #41C855; }
a { background-color: rgb(65,200,85); }
div.DivClassName
{
background-color: #41C855;
}
.BgClassName
{
background-color: #41C855;
}
</style>
border-color css
<style>
span { border-color: #41C855; }
span { border-color: rgb(65,200,85); }
td.TdClassName
{
border-color: #41C855;
}
.TagClassName
{
border-color: #41C855;
}
</style>