Shades of Fruit Salad #41C555
Tints of Fruit Salad #41C555
RGB
CMYK
RGB Variations
Color information
#41C555 (or 0x41C555) is known color: Fruit Salad. HEX triplet: 41, C5 and 55. RGB value is (65,197,85). Sum of RGB (Red+Green+Blue) = 65+197+85=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #41C555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C555 is #BE3AAA. Grayscale: #919191. Windows color (decimal): -12466859 or 5621057. OLE color: 5621057.
HSL color Cylindrical-coordinate representation of color #41C555: hue angle of 129.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C555 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 85 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.23 |
| HSL | 129.09º | 0.53% | 0.51% | - |
| HSV(B) | 129.09º | 0.67% | 0.77% | - |
| XYZ | 23.79 | 41.71 | 15.39 | - |
| YUV | 144.76 | 94.27 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 85 | 0.67 | 0 | 0.57 | 0.23 | 129.09 | 0.53 | 0.51 |
| Hex | 41 | C5 | 55 | 43 | 0 | 39 | 17 | 81 | 35 | 33 |
| Octal | 101 | 305 | 125 | 103 | 0 | 71 | 27 | 201 | 65 | 63 |
| Binary | 1000001 | 11000101 | 1010101 | 1000011 | 0 | 111001 | 10111 | 10000001 | 110101 | 110011 |
Color Harmonies of #41C555
Complementary color
Monochromatic Colors of #41C555
Black with #41C555
Text Example
Text Example
White with #41C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C555; }
p { color: rgb(65,197,85); }
H1.HeaderClassName
{
color: #41C555;
}
.AnyTagClassName
{
color: #41C555;
}
</style>
background-color css
<style>
a { background-color: #41C555; }
a { background-color: rgb(65,197,85); }
div.DivClassName
{
background-color: #41C555;
}
.BgClassName
{
background-color: #41C555;
}
</style>
border-color css
<style>
span { border-color: #41C555; }
span { border-color: rgb(65,197,85); }
td.TdClassName
{
border-color: #41C555;
}
.TagClassName
{
border-color: #41C555;
}
</style>