Shades of Fruit Salad #41C553
Tints of Fruit Salad #41C553
RGB
CMYK
RGB Variations
Color information
#41C553 (or 0x41C553) is known color: Fruit Salad. HEX triplet: 41, C5 and 53. RGB value is (65,197,83). Sum of RGB (Red+Green+Blue) = 65+197+83=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #41C553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C553 is #BE3AAC. Grayscale: #909090. Windows color (decimal): -12466861 or 5489985. OLE color: 5489985.
HSL color Cylindrical-coordinate representation of color #41C553: hue angle of 128.18º 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 #41C553 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 83 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.23 |
| HSL | 128.18º | 0.53% | 0.51% | - |
| HSV(B) | 128.18º | 0.67% | 0.77% | - |
| XYZ | 23.71 | 41.68 | 14.98 | - |
| YUV | 144.54 | 93.27 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 83 | 0.67 | 0 | 0.58 | 0.23 | 128.18 | 0.53 | 0.51 |
| Hex | 41 | C5 | 53 | 43 | 0 | 3A | 17 | 80 | 35 | 33 |
| Octal | 101 | 305 | 123 | 103 | 0 | 72 | 27 | 200 | 65 | 63 |
| Binary | 1000001 | 11000101 | 1010011 | 1000011 | 0 | 111010 | 10111 | 10000000 | 110101 | 110011 |
Color Harmonies of #41C553
Complementary color
Monochromatic Colors of #41C553
Black with #41C553
Text Example
Text Example
White with #41C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C553; }
p { color: rgb(65,197,83); }
H1.HeaderClassName
{
color: #41C553;
}
.AnyTagClassName
{
color: #41C553;
}
</style>
background-color css
<style>
a { background-color: #41C553; }
a { background-color: rgb(65,197,83); }
div.DivClassName
{
background-color: #41C553;
}
.BgClassName
{
background-color: #41C553;
}
</style>
border-color css
<style>
span { border-color: #41C553; }
span { border-color: rgb(65,197,83); }
td.TdClassName
{
border-color: #41C553;
}
.TagClassName
{
border-color: #41C553;
}
</style>