Shades of Fruit Salad #41C055
Tints of Fruit Salad #41C055
RGB
CMYK
RGB Variations
Color information
#41C055 (or 0x41C055) is known color: Fruit Salad. HEX triplet: 41, C0 and 55. RGB value is (65,192,85). Sum of RGB (Red+Green+Blue) = 65+192+85=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #41C055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C055 is #BE3FAA. Grayscale: #8E8E8E. Windows color (decimal): -12468139 or 5619777. OLE color: 5619777.
HSL color Cylindrical-coordinate representation of color #41C055: hue angle of 129.45º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C055 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 85 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.25 |
| HSL | 129.45º | 0.5% | 0.5% | - |
| HSV(B) | 129.45º | 0.66% | 0.75% | - |
| XYZ | 22.67 | 39.48 | 15.02 | - |
| YUV | 141.83 | 95.92 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 85 | 0.66 | 0 | 0.56 | 0.25 | 129.45 | 0.5 | 0.5 |
| Hex | 41 | C0 | 55 | 42 | 0 | 38 | 19 | 81 | 32 | 32 |
| Octal | 101 | 300 | 125 | 102 | 0 | 70 | 31 | 201 | 62 | 62 |
| Binary | 1000001 | 11000000 | 1010101 | 1000010 | 0 | 111000 | 11001 | 10000001 | 110010 | 110010 |
Color Harmonies of #41C055
Complementary color
Monochromatic Colors of #41C055
Black with #41C055
Text Example
Text Example
White with #41C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C055; }
p { color: rgb(65,192,85); }
H1.HeaderClassName
{
color: #41C055;
}
.AnyTagClassName
{
color: #41C055;
}
</style>
background-color css
<style>
a { background-color: #41C055; }
a { background-color: rgb(65,192,85); }
div.DivClassName
{
background-color: #41C055;
}
.BgClassName
{
background-color: #41C055;
}
</style>
border-color css
<style>
span { border-color: #41C055; }
span { border-color: rgb(65,192,85); }
td.TdClassName
{
border-color: #41C055;
}
.TagClassName
{
border-color: #41C055;
}
</style>