Shades of Fruit Salad #3BC655
Tints of Fruit Salad #3BC655
RGB
CMYK
RGB Variations
Color information
#3BC655 (or 0x3BC655) is known color: Fruit Salad. HEX triplet: 3B, C6 and 55. RGB value is (59,198,85). Sum of RGB (Red+Green+Blue) = 59+198+85=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC655 is #C439AA. Grayscale: #8F8F8F. Windows color (decimal): -12859819 or 5621307. OLE color: 5621307.
HSL color Cylindrical-coordinate representation of color #3BC655: hue angle of 131.22º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC655 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 85 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.22 |
| HSL | 131.22º | 0.55% | 0.5% | - |
| HSV(B) | 131.22º | 0.7% | 0.78% | - |
| XYZ | 23.64 | 41.97 | 15.45 | - |
| YUV | 143.56 | 94.95 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 85 | 0.70 | 0 | 0.57 | 0.22 | 131.22 | 0.55 | 0.5 |
| Hex | 3B | C6 | 55 | 46 | 0 | 39 | 16 | 83 | 37 | 32 |
| Octal | 73 | 306 | 125 | 106 | 0 | 71 | 26 | 203 | 67 | 62 |
| Binary | 111011 | 11000110 | 1010101 | 1000110 | 0 | 111001 | 10110 | 10000011 | 110111 | 110010 |
Color Harmonies of #3BC655
Complementary color
Monochromatic Colors of #3BC655
Black with #3BC655
Text Example
Text Example
White with #3BC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC655; }
p { color: rgb(59,198,85); }
H1.HeaderClassName
{
color: #3BC655;
}
.AnyTagClassName
{
color: #3BC655;
}
</style>
background-color css
<style>
a { background-color: #3BC655; }
a { background-color: rgb(59,198,85); }
div.DivClassName
{
background-color: #3BC655;
}
.BgClassName
{
background-color: #3BC655;
}
</style>
border-color css
<style>
span { border-color: #3BC655; }
span { border-color: rgb(59,198,85); }
td.TdClassName
{
border-color: #3BC655;
}
.TagClassName
{
border-color: #3BC655;
}
</style>